IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 9, 2006, 2:49:38 PM (20 years ago)
Author:
Paul Price
Message:

Renaming psGaussJordan to psMatrixGJSolve, moving function into psMatrix.c

File:
1 edited

Legend:

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

    r6437 r7102  
    88 *  @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2006-02-17 00:56:48 $
     10 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2006-05-10 00:49:38 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5555/** A data structure for minimization routines.
    5656 *
    57  * 
     57 *
    5858 */
    5959typedef struct
     
    145145
    146146
    147 /** Gauss-Jordan numerical solver.
    148  *
    149  *  @return bool:   True if successful.
    150  */
    151 bool psGaussJordan(
    152     psImage *a,                        ///< Matrix to be solved
    153     psVector *b                        ///< Vector of values
    154 );
    155 
    156147/* \} */// End of MathGroup Functions
    157148
Note: See TracChangeset for help on using the changeset viewer.