IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 23, 2004, 10:18:01 AM (22 years ago)
Author:
eugene
Message:

cleaned doxygen comments (one function description per function)
split psLibDesign appendix into group files & updated them

File:
1 edited

Legend:

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

    r277 r285  
    2222psFloatArray *
    2323psMinimizeChi2(float (*evalModel)(const psFloatArray *restrict,
    24                                   const psFloatArray *restrict), //!< Model to fit; receives domain and
    25                                                                  //!< parameters
     24                                  const psFloatArray *restrict), //!< Model to fit; (domain and params)
    2625               const psFloatArray *restrict domain, //!< The domain values for the corresponding measurements
    2726               const psFloatArray *restrict data, //!< Data to fit
     
    2928               psFloatArray *restrict initialGuess, //!< Initial guess
    3029               const psIntArray *restrict guessMask //!< 1 = fit for parameter, 0 = hold parameter constant
    31                );
     30    );
    3231
    3332/** Derive a polynomial fit by least-squares --- can be done analytically */
Note: See TracChangeset for help on using the changeset viewer.