IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 7, 2004, 8:03:26 PM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

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

    r1629 r1719  
    105105typedef struct
    106106{
    107     const int maxIter;   ///< Convergence limit
    108     const float tol;   ///< Error Tolerance
     107    int maxIter;   ///< Convergence limit
     108    float tol;    ///< Error Tolerance
    109109    float value;   ///< Value of function at minimum
    110110    int iter;    ///< Number of iterations required
     
    138138bool psMinimize1DFunc(psMinimization *min,
    139139                      psVector *params,
     140                      int dim,
    140141                      const psArray *coords,
    141142                      psMinimizePowellFunc func);
     143
     144float psLineMin(psMinimization *min,
     145                psVector *params,
     146                psVector *line,
     147                const psVector *paramMask,
     148                const psArray *coords,
     149                psMinimizePowellFunc func);
    142150
    143151
Note: See TracChangeset for help on using the changeset viewer.