IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2006, 12:27:21 PM (20 years ago)
Author:
Paul Price
Message:

Changing variable name to match SDRS.

File:
1 edited

Legend:

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

    r9538 r9545  
    2121 *  @author Ross Harman, MHPCC
    2222 *
    23  *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
    24  *  @date $Date: 2006-10-13 21:13:48 $
     23 *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
     24 *  @date $Date: 2006-10-13 22:27:21 $
    2525 *
    2626 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    6969 */
    7070bool psMatrixGJSolve(
    71     psImage *a,                   ///< Matrix to be solved
     71    psImage *A,                   ///< Matrix to be solved
    7272    psVector *b                   ///< Vector of values
    7373);
Note: See TracChangeset for help on using the changeset viewer.