Changeset 4385 for trunk/psLib/src/dataManip/psMatrix.h
- Timestamp:
- Jun 24, 2005, 2:51:28 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/psMatrix.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psMatrix.h
r4321 r4385 21 21 * @author Ross Harman, MHPCC 22 22 * 23 * @version $Revision: 1.1 7$ $Name: not supported by cvs2svn $24 * @date $Date: 2005-06-2 0 22:42:29$23 * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $ 24 * @date $Date: 2005-06-25 00:51:28 $ 25 25 * 26 26 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 74 74 */ 75 75 psImage* psMatrixInvert( 76 psImage* out Image, ///< Image to return, or NULL for in-place substitution.77 const psImage* in Image, ///< Image to be inverted76 psImage* out, ///< Image to return, or NULL for in-place substitution. 77 const psImage* in, ///< Image to be inverted 78 78 float *det ///< Determinant to return, or NULL 79 79 );
Note:
See TracChangeset
for help on using the changeset viewer.
