IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2005, 2:51:28 PM (21 years ago)
Author:
drobbin
Message:

made request argument changes (apidelta-report-cycle6)

File:
1 edited

Legend:

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

    r4321 r4385  
    2121 *  @author Ross Harman, MHPCC
    2222 *
    23  *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    24  *  @date $Date: 2005-06-20 22:42:29 $
     23 *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
     24 *  @date $Date: 2005-06-25 00:51:28 $
    2525 *
    2626 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    7474 */
    7575psImage* psMatrixInvert(
    76     psImage* outImage,                 ///< Image to return, or NULL for in-place substitution.
    77     const psImage* inImage,            ///< Image to be inverted
     76    psImage* out,                 ///< Image to return, or NULL for in-place substitution.
     77    const psImage* in,            ///< Image to be inverted
    7878    float *det                         ///< Determinant to return, or NULL
    7979);
Note: See TracChangeset for help on using the changeset viewer.