psMinimizePowell.h File Reference

#include "psMinimizeLMM.h"
#include "psVector.h"
#include "psMemory.h"
#include "psArray.h"
#include "psImage.h"
#include "psMatrix.h"
#include "psPolynomial.h"
#include "psSpline.h"
#include "psStats.h"
#include "psTrace.h"
#include "psError.h"
#include "psConstants.h"

Include dependency graph for psMinimizePowell.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef float(*) psMinimizePowellFunc (const psVector *params, const psArray *coords)
 Specifies the format of a user-defined function that the general Powell minimizer routine will accept.
typedef psVector *(*) psMinimizeChi2PowellFunc (const psVector *params, const psArray *coords)
 Specifies the format of a user-defined function that the general Powell chi- squared minimizer routine will accept.

Functions

bool psMinimizePowell (psMinimization *min, psVector *params, const psVector *paramMask, const psArray *coords, psMinimizePowellFunc func)
 Minimizes a specified function based on the Powell method.
bool psMinimizeChi2Powell (psMinimization *min, psVector *params, psMinConstraint *constraint, const psArray *coords, const psVector *value, const psVector *error, psMinimizeChi2PowellFunc model)
 Minimizes a specified function based on the Powell chi-squared method.


Generated on Fri Feb 2 22:25:29 2007 for pslib by  doxygen 1.5.1