Changeset 12292
- Timestamp:
- Mar 7, 2007, 10:48:55 AM (19 years ago)
- Location:
- trunk/psLib/src/math
- Files:
-
- 2 edited
-
psMatrix.c (modified) (2 diffs)
-
psMatrix.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMatrix.c
r10999 r12292 22 22 * @author Andy Becker, University of Washington (SVD). 23 23 * 24 * @version $Revision: 1.4 7$ $Name: not supported by cvs2svn $25 * @date $Date: 2007-0 1-09 22:38:53$24 * @version $Revision: 1.48 $ $Name: not supported by cvs2svn $ 25 * @date $Date: 2007-03-07 20:48:55 $ 26 26 * 27 27 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 878 878 879 879 // This code supplied by Andy Becker (becker@astro.washington.edu) 880 psImage *psMatrixSVD Solve(psImage* evec, psVector* eval, const psImage* in)880 psImage *psMatrixSVD(psImage* evec, psVector* eval, const psImage* in) 881 881 { 882 882 #define psMatrixSVD_EXIT {psFree(evec); psFree(eval); return NULL;} -
trunk/psLib/src/math/psMatrix.h
r11248 r12292 19 19 * @author Ross Harman, MHPCC 20 20 * 21 * @version $Revision: 1.2 6$ $Name: not supported by cvs2svn $22 * @date $Date: 2007-0 1-23 22:47:23$21 * @version $Revision: 1.27 $ $Name: not supported by cvs2svn $ 22 * @date $Date: 2007-03-07 20:48:55 $ 23 23 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 24 24 */ … … 177 177 178 178 /// Single value decomposition, provided by Andy Becker 179 psImage *psMatrixSVD Solve(psImage* evec, psVector* eval, const psImage* in);179 psImage *psMatrixSVD(psImage* evec, psVector* eval, const psImage* in); 180 180 181 181 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
