IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 1, 2006, 11:48:47 AM (19 years ago)
Author:
Paul Price
Message:

Adding SVD provided by Andy Becker.

File:
1 edited

Legend:

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

    r10251 r10381  
    2121 *  @author Ross Harman, MHPCC
    2222 *
    23  *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
    24  *  @date $Date: 2006-11-29 02:14:49 $
     23 *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
     24 *  @date $Date: 2006-12-01 21:48:47 $
    2525 *
    2626 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    179179);
    180180
     181/// Single value decomposition, provided by Andy Becker
     182psImage *psMatrixSVDSolve(psImage* evec, psVector* eval, const psImage* in);
     183
    181184/// @}
    182185
Note: See TracChangeset for help on using the changeset viewer.