Changeset 9545 for trunk/psLib/src/math/psMatrix.h
- Timestamp:
- Oct 13, 2006, 12:27:21 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
r9538 r9545 21 21 * @author Ross Harman, MHPCC 22 22 * 23 * @version $Revision: 1.2 2$ $Name: not supported by cvs2svn $24 * @date $Date: 2006-10-13 2 1:13:48$23 * @version $Revision: 1.23 $ $Name: not supported by cvs2svn $ 24 * @date $Date: 2006-10-13 22:27:21 $ 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 solved71 psImage *A, ///< Matrix to be solved 72 72 psVector *b ///< Vector of values 73 73 );
Note:
See TracChangeset
for help on using the changeset viewer.
