IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 20, 2005, 12:42:30 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4285 r4321  
    88 *  @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.46 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-06-16 03:51:58 $
     10 *  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-06-20 22:42:30 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5656*/
    5757psMinimization *psMinimizationAlloc(
    58     psS32 maxIter,                     ///< Number of minimization iterations to perform.
    59     psF32 tol                          ///< Requested error tolerance
     58    int maxIter,                       ///< Number of minimization iterations to perform.
     59    float tol                          ///< Requested error tolerance
    6060);
    6161
     
    111111 *  @return psBool:   True if successful.
    112112 */
    113 psBool psMinimizeLMChi2(
     113bool psMinimizeLMChi2(
    114114    psMinimization *min,               ///< Minimization specification
    115115    psImage *covar,                    ///< Covariance matrix
     
    167167 *  @return psBool:   True if successful.
    168168 */
    169 psBool psMinimizePowell(
     169bool psMinimizePowell(
    170170    psMinimization *min,               ///< Minimization specification
    171171    psVector *params,                  ///< "Best guess" for parameters that minimize func
     
    211211 *  @return psBool:   True is successful.
    212212 */
    213 psBool psMinimizeChi2Powell(
     213bool psMinimizeChi2Powell(
    214214    psMinimization *min,               ///< Minimization specification
    215215    psVector *params,                  ///< "Best guess" for parameters that minimize func
     
    218218    const psVector *value,             ///< Measured values at the coordinates
    219219    const psVector *error,             ///< Errors in the measure values (or NULL)
    220     psMinimizeChi2PowellFunc func      ///< Specified function
     220    psMinimizeChi2PowellFunc model     ///< Specified function
    221221);
    222222
Note: See TracChangeset for help on using the changeset viewer.