IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 11, 2005, 1:04:32 PM (21 years ago)
Author:
gusciora
Message:

Deleted code for the Gauss1D min routines.

File:
1 edited

Legend:

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

    r4730 r4760  
    88 *  @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.51 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-08-08 21:42:07 $
     10 *  @version $Revision: 1.52 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-08-11 23:04:32 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    183183);
    184184
    185 /** Calculates the one-dimensional Gaussian in a format acceptable to the Levenberg-
    186  *  Marquardt minimizer routine.
    187  *
    188  *  @return psVector*:    Calculated values
    189  */
    190 psVector *psMinimizeLMChi2Gauss1D(
    191     psImage *deriv,                    ///< Derivative Matrix
    192     const psVector *params,            ///< Parameters used in evaluation
    193     const psArray *coords              ///< Measurement coordinates
    194 );
    195 
    196 /** Calculates the one-dimensional Gaussian in a format acceptable to the Powell
    197  *  chi-squared minimizer routine.
    198  *
    199  *  @return psVector*:   Calculated values
    200  */
    201 psVector *psMinimizePowellChi2Gauss1D(
    202     const psVector *params,            ///< Parameters used in evaluation
    203     const psArray *coords              ///< Measurement coordinates
    204 );
    205 
    206185/** Specifies the format of a user-defined function that the general Powell chi-
    207186 *  squared minimizer routine will accept.
Note: See TracChangeset for help on using the changeset viewer.