IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 16, 2009, 5:23:09 PM (17 years ago)
Author:
Paul Price
Message:

Add optional output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/psLib/src/math/psMatrix.h

    r25862 r25865  
    190190/// Solves Ax = b for x
    191191psVector *psMatrixSolveSVD(
     192    psVector *solution,                 ///< Solution to output, or NULL
    192193    const psImage *matrix,              ///< Matrix to be solved
    193194    const psVector *vector              ///< Vector of values
Note: See TracChangeset for help on using the changeset viewer.