Changeset 26892 for trunk/psLib/src/math/psMatrix.h
- Timestamp:
- Feb 10, 2010, 7:27:29 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMatrix.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMatrix.h
r26001 r26892 192 192 psVector *solution, ///< Solution to output, or NULL 193 193 const psImage *matrix, ///< Matrix to be solved 194 const psVector *vector ///< Vector of values 194 const psVector *vector, ///< Vector of values 195 float thresh ///< Threshold relative to maximum for trimming singular values 195 196 ); 196 197 197 198 /// Single value decomposition, provided by Andy Becker 199 psImage *psMatrixSVD(psImage* evec, psVector* eval, const psImage* in); 198 /// Single value decomposition (original by Andy Becker, updated by EAM) 199 bool psMatrixSVD(psImage **U, psVector **w, psImage **V, const psImage *A); 200 200 201 201 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
