IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 17, 2005, 12:17:29 PM (22 years ago)
Author:
desonia
Message:

changed psMatrixLUD to create the perm parameter according to the machine
size of 'size_t', which is used by GSL.

File:
1 edited

Legend:

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

    r2671 r3026  
    2222 *  @author Ross Harman, MHPCC
    2323 *
    24  *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
    25  *  @date $Date: 2004-12-09 20:51:22 $
     24 *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
     25 *  @date $Date: 2005-01-17 22:17:29 $
    2626 *
    2727 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4545psImage* psMatrixLUD(
    4646    psImage* outImage,                 ///< Image to return, or NULL.
    47     psVector* outPerm,                 ///< Output permutation vector used by psMatrixLUSolve.
     47    psVector** outPerm,                ///< Output permutation vector used by psMatrixLUSolve.
    4848    psImage* inImage                   ///< Image to decompose.
    4949);
Note: See TracChangeset for help on using the changeset viewer.