Changeset 25862 for branches/pap/psLib/src/math/psMatrix.h
- Timestamp:
- Oct 16, 2009, 3:45:34 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap/psLib/src/math/psMatrix.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/psLib/src/math/psMatrix.h
r24084 r25862 66 66 */ 67 67 psImage *psMatrixLUInvert( 68 psImage *out, ///< place result here if not NULL69 const psImage* LU, ///< LU-decomposed matrix.70 const psVector* perm ///< Permutation vector resulting from psMatrixLUD function.68 psImage *out, ///< place result here if not NULL 69 const psImage* LU, ///< LU-decomposed matrix. 70 const psVector* perm ///< Permutation vector resulting from psMatrixLUD function. 71 71 ); 72 72 … … 186 186 ); 187 187 188 /// Solve a matrix equation using Singular Value Decomposition 189 /// 190 /// Solves Ax = b for x 191 psVector *psMatrixSolveSVD( 192 const psImage *matrix, ///< Matrix to be solved 193 const psVector *vector ///< Vector of values 194 ); 195 196 188 197 /// Single value decomposition, provided by Andy Becker 189 198 psImage *psMatrixSVD(psImage* evec, psVector* eval, const psImage* in);
Note:
See TracChangeset
for help on using the changeset viewer.
