Index: trunk/psLib/src/math/psMatrix.h
===================================================================
--- trunk/psLib/src/math/psMatrix.h	(revision 10251)
+++ trunk/psLib/src/math/psMatrix.h	(revision 10381)
@@ -21,6 +21,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-11-29 02:14:49 $
+ *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-12-01 21:48:47 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -179,4 +179,7 @@
 );
 
+/// Single value decomposition, provided by Andy Becker
+psImage *psMatrixSVDSolve(psImage* evec, psVector* eval, const psImage* in);
+
 /// @}
 
