Changeset 26001 for trunk/psLib/src/math/psMatrix.h
- Timestamp:
- Nov 2, 2009, 10:59:20 AM (17 years ago)
- Location:
- trunk/psLib
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/math/psMatrix.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/czw_branch/cleanup/psLib merged eligible /branches/eam_branches/20090522/psLib merged eligible /branches/eam_branches/20090715/psLib merged eligible /branches/eam_branches/20090820/psLib merged eligible /branches/pap/psLib merged eligible /branches/pap_mops/psLib 25137-25255
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/psLib/src/math/psMatrix.h
r24084 r26001 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 psVector *solution, ///< Solution to output, or NULL 193 const psImage *matrix, ///< Matrix to be solved 194 const psVector *vector ///< Vector of values 195 ); 196 197 188 198 /// Single value decomposition, provided by Andy Becker 189 199 psImage *psMatrixSVD(psImage* evec, psVector* eval, const psImage* in);
Note:
See TracChangeset
for help on using the changeset viewer.
