IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

I added EAM's new version of LM minimization.

File:
1 edited

Legend:

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

    r4991 r5175  
    88 *  @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-09-11 22:18:40 $
     10 *  @version $Revision: 1.58 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-09-29 02:13:54 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    202202    psMinimizeLMChi2Func func          ///< Specified function
    203203);
     204bool 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);
    204214
    205215bool psMinimizeGaussNewtonDelta (
     
    217227 *  @return psBool:   True if successful.
    218228 */
    219 psBool p_psMinLM_GuessABP(
     229psBool p_psMinLM_GuessABP_OLD(
    220230    psImage  *Alpha,                   ///< New Alpha guess
    221231    psVector *Beta,                    ///< New Beta guess
Note: See TracChangeset for help on using the changeset viewer.