MNE-CPP  beta 1.0
Public Member Functions | Static Public Member Functions | List of all members
UTILSLIB::MinimizerSimplex Class Reference

Simplex minimizer code from numerical recipes. More...

#include <minimizersimplex.h>

Public Member Functions

 MinimizerSimplex ()
 

Static Public Member Functions

static int mne_simplex_minimize (MatrixXf p, VectorXf y, int ndim, float ftol, float(*func)(const VectorXf &x, int npar, void *user_data), void *user_data, int max_eval, int &neval, int report, int(*report_func)(int loop, const VectorXf &fitpar, int npar, double fval))
 

Detailed Description

Simplex minimizer code from numerical recipes.

Simplex minimizer code from numerical recipes.

Definition at line 95 of file minimizersimplex.h.

Constructor & Destructor Documentation

MinimizerSimplex::MinimizerSimplex ( )

Constructs a MinimizerSimplex object.

Definition at line 64 of file minimizersimplex.cpp.


The documentation for this class was generated from the following files: