IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 6, 2004, 4:38:32 PM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psMinimize.h

    r1093 r1185  
    1414/** This routine must minimize a non-linear function */
    1515psVector *
    16 psMinimize(float (*myFunction)(const psVector *restrict), ///< Function to minimize
    17            psVector *restrict initialGuess, ///< Initial guess
    18            psVector *restrict paramMask //!< 1 = fit for parameter, 0 = hold parameter constant
    19           );
     16psMinimize(psVector *restrict initialGuess,
     17           float (*myFunction)(const psVector *restrict, const psVector *restrict),
     18           float (*myFunctionDeriv)(const psVector *restrict, const psVector *restrict, int),
     19           const psVector *restrict coord,
     20           const psVector *restrict paramMask);
    2021
    2122
Note: See TracChangeset for help on using the changeset viewer.