IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 20, 2005, 12:42:30 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psMatrix.h

    r4162 r4321  
    2121 *  @author Ross Harman, MHPCC
    2222 *
    23  *  @version $Revision: 1.16 $ $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 $
    2525 *
    2626 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    7676    psImage* outImage,                 ///< Image to return, or NULL for in-place substitution.
    7777    const psImage* inImage,            ///< Image to be inverted
    78     psF32 *det                         ///< Determinant to return, or NULL
     78    float *det                         ///< Determinant to return, or NULL
    7979);
    8080
     
    8787 *  @return  float: Determinant from psImage.
    8888 */
    89 psF32 *psMatrixDeterminant(
    90     const psImage* inMatrix        ///< Image used to calculate determinant.
     89float *psMatrixDeterminant(
     90    const psImage* in                  ///< Image used to calculate determinant.
    9191);
    9292
     
    129129 */
    130130psImage* psMatrixEigenvectors(
    131     psImage* outImage,                 ///< Eigenvectors to return, or NULL.
    132     psImage* inImage                   ///< Input image.
     131    psImage* out,                      ///< Eigenvectors to return, or NULL.
     132    psImage* in                        ///< Input image.
    133133);
    134134
Note: See TracChangeset for help on using the changeset viewer.