IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 28, 2006, 4:14:49 PM (19 years ago)
Author:
magnier
Message:

added F32 version of psMatrixGJSolve

File:
1 edited

Legend:

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

    r9545 r10251  
    2121 *  @author Ross Harman, MHPCC
    2222 *
    23  *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
    24  *  @date $Date: 2006-10-13 22:27:21 $
     23 *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
     24 *  @date $Date: 2006-11-29 02:14:49 $
    2525 *
    2626 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    6969 */
    7070bool psMatrixGJSolve(
     71    psImage *A,                   ///< Matrix to be solved
     72    psVector *b                   ///< Vector of values
     73);
     74
     75/** Gauss-Jordan numerical solver for F32 input data
     76 *
     77 *  @return bool:   True if successful.
     78 */
     79bool psMatrixGJSolveF32(
    7180    psImage *A,                   ///< Matrix to be solved
    7281    psVector *b                   ///< Vector of values
Note: See TracChangeset for help on using the changeset viewer.