Changeset 1775 for trunk/psLib/src/math/psMatrix.c
- Timestamp:
- Sep 9, 2004, 4:55:59 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMatrix.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMatrix.c
r1440 r1775 21 21 * @author Ross Harman, MHPCC 22 22 * 23 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $24 * @date $Date: 2004-0 8-09 23:34:57$23 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 24 * @date $Date: 2004-09-10 02:52:02 $ 25 25 * 26 26 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 205 205 } 206 206 207 psVector* psMatrixLUSolve(psVector* outVector, const psImage* inImage, const psVector* inVector, const208 psVector* inPerm)207 psVector* psMatrixLUSolve(psVector* outVector, const psImage* inImage, 208 const psVector* inVector, const psVector* inPerm) 209 209 { 210 210 int arraySize = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
