Changeset 4321 for trunk/psLib/src/math/psMatrix.h
- Timestamp:
- Jun 20, 2005, 12:42:30 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMatrix.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMatrix.h
r4162 r4321 21 21 * @author Ross Harman, MHPCC 22 22 * 23 * @version $Revision: 1.1 6$ $Name: not supported by cvs2svn $24 * @date $Date: 2005-06- 08 23:40:45$23 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $ 24 * @date $Date: 2005-06-20 22:42:29 $ 25 25 * 26 26 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 76 76 psImage* outImage, ///< Image to return, or NULL for in-place substitution. 77 77 const psImage* inImage, ///< Image to be inverted 78 psF32*det ///< Determinant to return, or NULL78 float *det ///< Determinant to return, or NULL 79 79 ); 80 80 … … 87 87 * @return float: Determinant from psImage. 88 88 */ 89 psF32*psMatrixDeterminant(90 const psImage* in Matrix///< Image used to calculate determinant.89 float *psMatrixDeterminant( 90 const psImage* in ///< Image used to calculate determinant. 91 91 ); 92 92 … … 129 129 */ 130 130 psImage* psMatrixEigenvectors( 131 psImage* out Image,///< Eigenvectors to return, or NULL.132 psImage* in Image///< Input image.131 psImage* out, ///< Eigenvectors to return, or NULL. 132 psImage* in ///< Input image. 133 133 ); 134 134
Note:
See TracChangeset
for help on using the changeset viewer.
