IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 11, 2004, 9:16:04 AM (22 years ago)
Author:
desonia
Message:

doxygen comment cleanup.

File:
1 edited

Legend:

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

    r1469 r1470  
    2727 *
    2828 *  @return float     the derivative in respect to params[derivParam]
     29 */
    2930typedef float (*psMinimizeFunctionDeriv) (
    3031    const psVector* restrict params,   ///< collection of parameters
     
    3233    int derivParam                     ///< index of parameter to calculate derivative of
    3334);
    34  
     35
    3536/** Minimizes a non-linear function.
    3637 *
Note: See TracChangeset for help on using the changeset viewer.