IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 20, 2006, 4:43:32 PM (20 years ago)
Author:
gusciora
Message:

Restructuring of the psMinimize.c file

psMinimizeLMM.c psMinimizeLMM.h

The Levenberg-Marquadt routines, AND, the psMinimization struct

psMinimizePolyFit.c psMinimizePolyFit.h

The various polynomial to vector fitting routines.

psMinimizePowell.c psMinimizePowell.h

The Powell minimization routines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/Makefile.am

    r5297 r6101  
    99        psCompare.c \
    1010        psMatrix.c \
    11         psMinimize.c \
     11        psMinimizeLMM.c \
     12        psMinimizePowell.c \
     13        psMinimizePolyFit.c \
    1214        psRandom.c \
    1315        psPolynomial.c \
     
    2426        psConstants.h \
    2527        psMatrix.h \
    26         psMinimize.h \
     28        psMinimizeLMM.h \
     29        psMinimizePowell.h \
     30        psMinimizePolyFit.h \
    2731        psRandom.h \
    2832        psPolynomial.h \
Note: See TracChangeset for help on using the changeset viewer.