Changeset 247 for trunk/archive/pslib/include/psMinimize.h
- Timestamp:
- Mar 15, 2004, 3:20:03 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psMinimize.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psMinimize.h
r245 r247 1 #if !defined(PS_MINIMI SE_H)2 #define PS_MINIMI SE_H1 #if !defined(PS_MINIMIZE_H) 2 #define PS_MINIMIZE_H 3 3 4 4 /** \file psMinimize.h … … 7 7 */ 8 8 9 /* Minimisation */ 10 11 /** Minimise a particular function */ 9 /** Minimize a particular function */ 12 10 psFloatArray * 13 psMinimi se(float (*myFunction)(const psFloatArray *restrict), //!< Function to minimise11 psMinimize(float (*myFunction)(const psFloatArray *restrict), //!< Function to minimize 14 12 psFloatArray *restrict initialGuess //!< Initial guess 15 13 ); 16 14 17 15 18 /** Minimi se chi^2 for input data */16 /** Minimize chi^2 for input data */ 19 17 psFloatArray * 20 psMinimi seChi2(float (*evalModel)(const psFloatArray *restrict,18 psMinimizeChi2(float (*evalModel)(const psFloatArray *restrict, 21 19 const psFloatArray *restrict), //!< Model to fit; receives domain and 22 20 //!< parameters
Note:
See TracChangeset
for help on using the changeset viewer.
