IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 10, 2010, 7:27:29 PM (16 years ago)
Author:
eugene
Message:

updates from eam_branches/20091201

File:
1 edited

Legend:

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

    r26001 r26892  
    192192    psVector *solution,                 ///< Solution to output, or NULL
    193193    const psImage *matrix,              ///< Matrix to be solved
    194     const psVector *vector              ///< Vector of values
     194    const psVector *vector,             ///< Vector of values
     195    float thresh                        ///< Threshold relative to maximum for trimming singular values
    195196    );
    196197
    197 
    198 /// Single value decomposition, provided by Andy Becker
    199 psImage *psMatrixSVD(psImage* evec, psVector* eval, const psImage* in);
     198/// Single value decomposition (original by Andy Becker, updated by EAM)
     199bool psMatrixSVD(psImage **U, psVector **w, psImage **V, const psImage *A);
    200200
    201201/// @}
Note: See TracChangeset for help on using the changeset viewer.