IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 9, 2004, 4:55:59 PM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

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

    r1440 r1775  
    2121 *  @author Ross Harman, MHPCC
    2222 *   
    23  *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    24  *  @date $Date: 2004-08-09 23:34:57 $
     23 *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     24 *  @date $Date: 2004-09-10 02:52:02 $
    2525 *
    2626 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    205205}
    206206
    207 psVector* psMatrixLUSolve(psVector* outVector, const psImage* inImage, const psVector* inVector, const
    208                           psVector* inPerm)
     207psVector* psMatrixLUSolve(psVector* outVector, const psImage* inImage,
     208                          const psVector* inVector, const psVector* inPerm)
    209209{
    210210    int arraySize = 0;
Note: See TracChangeset for help on using the changeset viewer.