IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 11, 2004, 8:12:08 AM (22 years ago)
Author:
desonia
Message:

another doxygen addition.

File:
1 edited

Legend:

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

    r1468 r1469  
    2424);
    2525
     26/** derivative function of psMinimizeFunction
     27 *
     28 *  @return float     the derivative in respect to params[derivParam]
    2629typedef float (*psMinimizeFunctionDeriv) (
    2730    const psVector* restrict params,   ///< collection of parameters
     
    2932    int derivParam                     ///< index of parameter to calculate derivative of
    3033);
    31 
     34 
    3235/** Minimizes a non-linear function.
    3336 *
Note: See TracChangeset for help on using the changeset viewer.