IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 24, 2004, 9:59:05 AM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psMinimize.h

    r1609 r1610  
    105105typedef struct
    106106{
    107     const int maxIter;
    108     const float tol;
    109     float value;
    110     int iter;
    111     float lastDelta;
     107    const int maxIter;   ///< Convergence limit
     108    const float tol;   ///< Error Tolerance
     109    float value;   ///< Value of function at minimum
     110    int iter;    ///< Number of iterations required
     111    float lastDelta;   ///< The last difference for the fit
    112112}
    113113psMinimization;
Note: See TracChangeset for help on using the changeset viewer.