IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 16, 2006, 2:55:35 PM (20 years ago)
Author:
Paul Price
Message:

Changing name of psGaussJordan

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmFringeStats.c

    r6957 r7126  
    33 *  @author Eugene Magnier, IfA
    44 *
    5  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-04-22 03:21:00 $
     5 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-05-17 00:55:35 $
    77 *
    88 *  Copyright 2004 IfA
     
    283283
    284284    // Solve the least-squares equation
    285     if (! psGaussJordan(A, B)) {
     285    if (! psMatrixGJSolve(A, B)) {
    286286        psError(PS_ERR_UNKNOWN, false, "Could not solve linear equations.  Returning NULL.\n");
    287287        return false;
Note: See TracChangeset for help on using the changeset viewer.