Changeset 3026 for trunk/psLib/src/dataManip/psMatrix.h
- Timestamp:
- Jan 17, 2005, 12:17:29 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/psMatrix.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psMatrix.h
r2671 r3026 22 22 * @author Ross Harman, MHPCC 23 23 * 24 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $25 * @date $Date: 200 4-12-09 20:51:22$24 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 25 * @date $Date: 2005-01-17 22:17:29 $ 26 26 * 27 27 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 45 45 psImage* psMatrixLUD( 46 46 psImage* outImage, ///< Image to return, or NULL. 47 psVector* outPerm,///< Output permutation vector used by psMatrixLUSolve.47 psVector** outPerm, ///< Output permutation vector used by psMatrixLUSolve. 48 48 psImage* inImage ///< Image to decompose. 49 49 );
Note:
See TracChangeset
for help on using the changeset viewer.
