Index: trunk/psLib/src/dataManip/psMatrix.h
===================================================================
--- trunk/psLib/src/dataManip/psMatrix.h	(revision 4162)
+++ trunk/psLib/src/dataManip/psMatrix.h	(revision 4321)
@@ -21,6 +21,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-08 23:40:45 $
+ *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-20 22:42:29 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -76,5 +76,5 @@
     psImage* outImage,                 ///< Image to return, or NULL for in-place substitution.
     const psImage* inImage,            ///< Image to be inverted
-    psF32 *det                         ///< Determinant to return, or NULL
+    float *det                         ///< Determinant to return, or NULL
 );
 
@@ -87,6 +87,6 @@
  *  @return  float: Determinant from psImage.
  */
-psF32 *psMatrixDeterminant(
-    const psImage* inMatrix        ///< Image used to calculate determinant.
+float *psMatrixDeterminant(
+    const psImage* in                  ///< Image used to calculate determinant.
 );
 
@@ -129,6 +129,6 @@
  */
 psImage* psMatrixEigenvectors(
-    psImage* outImage,                 ///< Eigenvectors to return, or NULL.
-    psImage* inImage                   ///< Input image.
+    psImage* out,                      ///< Eigenvectors to return, or NULL.
+    psImage* in                        ///< Input image.
 );
 
