Changeset 7102 for trunk/psLib/src/math/psMatrix.h
- Timestamp:
- May 9, 2006, 2:49:38 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMatrix.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMatrix.h
r4589 r7102 21 21 * @author Ross Harman, MHPCC 22 22 * 23 * @version $Revision: 1.2 0$ $Name: not supported by cvs2svn $24 * @date $Date: 200 5-07-21 01:40:10$23 * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $ 24 * @date $Date: 2006-05-10 00:49:38 $ 25 25 * 26 26 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 62 62 const psVector* RHS, ///< Vector right-hand-side of equation. 63 63 const psVector* perm ///< Permutation vector resulting from psMatrixLUD function. 64 ); 65 66 /** Gauss-Jordan numerical solver. 67 * 68 * @return bool: True if successful. 69 */ 70 bool psMatrixGJSolve( 71 psImage *a, ///< Matrix to be solved 72 psVector *b ///< Vector of values 64 73 ); 65 74
Note:
See TracChangeset
for help on using the changeset viewer.
