IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 7, 2007, 10:48:55 AM (19 years ago)
Author:
Paul Price
Message:

Bug 870: psMatrixSVDSolve (code from Andy Becker, named by PAP) is not a solver, but only does SVD. Renaming to psMatrixSVD.

File:
1 edited

Legend:

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

    r10999 r12292  
    2222 *  @author Andy Becker, University of Washington (SVD).
    2323 *
    24  *  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
    25  *  @date $Date: 2007-01-09 22:38:53 $
     24 *  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
     25 *  @date $Date: 2007-03-07 20:48:55 $
    2626 *
    2727 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    878878
    879879// This code supplied by Andy Becker (becker@astro.washington.edu)
    880 psImage *psMatrixSVDSolve(psImage* evec, psVector* eval, const psImage* in)
     880psImage *psMatrixSVD(psImage* evec, psVector* eval, const psImage* in)
    881881{
    882882    #define psMatrixSVD_EXIT {psFree(evec); psFree(eval); return NULL;}
Note: See TracChangeset for help on using the changeset viewer.