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.h

    r11248 r12292  
    1919 * @author Ross Harman, MHPCC
    2020 *
    21  * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
    22  * @date $Date: 2007-01-23 22:47:23 $
     21 * @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
     22 * @date $Date: 2007-03-07 20:48:55 $
    2323 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    2424 */
     
    177177
    178178/// Single value decomposition, provided by Andy Becker
    179 psImage *psMatrixSVDSolve(psImage* evec, psVector* eval, const psImage* in);
     179psImage *psMatrixSVD(psImage* evec, psVector* eval, const psImage* in);
    180180
    181181/// @}
Note: See TracChangeset for help on using the changeset viewer.