IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 15, 2004, 3:20:03 PM (22 years ago)
Author:
eugene
Message:

added Doxygen \file and \defgroup entries
some basic reorganization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psMinimize.h

    r245 r247  
    1 #if !defined(PS_MINIMISE_H)
    2 #define PS_MINIMISE_H
     1#if !defined(PS_MINIMIZE_H)
     2#define PS_MINIMIZE_H
    33
    44/** \file psMinimize.h
     
    77 */
    88
    9 /* Minimisation */
    10 
    11 /** Minimise a particular function */
     9/** Minimize a particular function */
    1210psFloatArray *
    13 psMinimise(float (*myFunction)(const psFloatArray *restrict),   //!< Function to minimise
     11psMinimize(float (*myFunction)(const psFloatArray *restrict),   //!< Function to minimize
    1412           psFloatArray *restrict initialGuess //!< Initial guess
    1513           );
    1614
    1715
    18 /** Minimise chi^2 for input data */
     16/** Minimize chi^2 for input data */
    1917psFloatArray *
    20 psMinimiseChi2(float (*evalModel)(const psFloatArray *restrict,
     18psMinimizeChi2(float (*evalModel)(const psFloatArray *restrict,
    2119                                  const psFloatArray *restrict), //!< Model to fit; receives domain and
    2220                                                                 //!< parameters
Note: See TracChangeset for help on using the changeset viewer.