Changeset 12313 for branches/rel-1_0/psLib/src/math/psMatrix.h
- Timestamp:
- Mar 8, 2007, 3:15:49 AM (19 years ago)
- File:
-
- 1 edited
-
branches/rel-1_0/psLib/src/math/psMatrix.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/rel-1_0/psLib/src/math/psMatrix.h
r11248 r12313 19 19 * @author Ross Harman, MHPCC 20 20 * 21 * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $22 * @date $Date: 2007-0 1-23 22:47:23$21 * @version $Revision: 1.26.2.1 $ $Name: not supported by cvs2svn $ 22 * @date $Date: 2007-03-08 13:15:49 $ 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.
