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/psStats.c

    r5682 r6101  
    1717 *
    1818 *
    19  *  @version $Revision: 1.157 $ $Name: not supported by cvs2svn $
    20  *  @date $Date: 2005-12-05 21:33:29 $
     19 *  @version $Revision: 1.158 $ $Name: not supported by cvs2svn $
     20 *  @date $Date: 2006-01-21 02:43:32 $
    2121 *
    2222 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    22792279    newStruct->clippedStdev = NAN;
    22802280    newStruct->clippedNvalues = -1;     // XXX: This is never used
     2281    // XXX: Where do these values come from?
    22812282    newStruct->clipSigma = 3.0;
    22822283    newStruct->clipIter = 3;
Note: See TracChangeset for help on using the changeset viewer.