Changeset 10251 for trunk/psLib/src/math/psMatrix.h
- Timestamp:
- Nov 28, 2006, 4:14:49 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMatrix.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMatrix.h
r9545 r10251 21 21 * @author Ross Harman, MHPCC 22 22 * 23 * @version $Revision: 1.2 3$ $Name: not supported by cvs2svn $24 * @date $Date: 2006-1 0-13 22:27:21$23 * @version $Revision: 1.24 $ $Name: not supported by cvs2svn $ 24 * @date $Date: 2006-11-29 02:14:49 $ 25 25 * 26 26 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 69 69 */ 70 70 bool psMatrixGJSolve( 71 psImage *A, ///< Matrix to be solved 72 psVector *b ///< Vector of values 73 ); 74 75 /** Gauss-Jordan numerical solver for F32 input data 76 * 77 * @return bool: True if successful. 78 */ 79 bool psMatrixGJSolveF32( 71 80 psImage *A, ///< Matrix to be solved 72 81 psVector *b ///< Vector of values
Note:
See TracChangeset
for help on using the changeset viewer.
