Changeset 12292 for trunk/psLib/src/math/psMatrix.c
- Timestamp:
- Mar 7, 2007, 10:48:55 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMatrix.c (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;}
Note:
See TracChangeset
for help on using the changeset viewer.
