IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 28, 2005, 4:16:19 PM (21 years ago)
Author:
gusciora
Message:

....

File:
1 edited

Legend:

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

    r5175 r5176  
    88 *  @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.58 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-09-29 02:13:54 $
     10 *  @version $Revision: 1.59 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-09-29 02:16:19 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    202202    psMinimizeLMChi2Func func          ///< Specified function
    203203);
    204 bool psMinimizeLMChi2_OLD(
    205     psMinimization *min,               ///< Minimization specification
    206     psImage *covar,                    ///< Covariance matrix
    207     psVector *params,                  ///< "Best Guess" for the parameters that minimize func
    208     const psVector *paramMask,         ///< Parameters to be held fixed by the minimizer
    209     const psArray *x,                  ///< Measurement ordinates of multiple vectors
    210     const psVector *y,                 ///< Measurement coordinates
    211     const psVector *yErr,              ///< Errors in the measurement coordinates
    212     psMinimizeLMChi2Func func          ///< Specified function
    213 );
    214204
    215205bool psMinimizeGaussNewtonDelta (
     
    221211    const psVector *yErr,
    222212    psMinimizeLMChi2Func func
    223 );
    224 
    225 /** Use specified alpha, beta, params to generate a new guess for Alpha, Beta, Params
    226  *
    227  *  @return psBool:   True if successful.
    228  */
    229 psBool p_psMinLM_GuessABP_OLD(
    230     psImage  *Alpha,                   ///< New Alpha guess
    231     psVector *Beta,                    ///< New Beta guess
    232     psVector *Params,                  ///< New Params guess
    233     const psImage  *alpha,             ///< Old Alpha guess
    234     const psVector *beta,              ///< Old Beta guess
    235     const psVector *params,            ///< Old Params guess
    236     const psVector *paramMask,         ///< Param Mask
    237     psF64 lambda                       ///< Factor used in update
    238     //XXX Got Better Desc?
    239213);
    240214
Note: See TracChangeset for help on using the changeset viewer.