$search
#include <newmatnl.h>
Public Member Functions | |
virtual | ~FindMaximum2 () |
void | Fit (ColumnVector &, int) |
Private Member Functions | |
virtual Real | LastDerivative (const ColumnVector &)=0 |
virtual bool | NextPoint (ColumnVector &, Real &)=0 |
virtual void | Value (const ColumnVector &, bool, Real &, bool &)=0 |
Definition at line 175 of file newmatnl.h.
virtual FindMaximum2::~FindMaximum2 | ( | ) | [inline, virtual] |
Definition at line 182 of file newmatnl.h.
void FindMaximum2::Fit | ( | ColumnVector & | Theta, | |
int | n_it | |||
) |
Definition at line 22 of file newmatnl.cpp.
virtual Real FindMaximum2::LastDerivative | ( | const ColumnVector & | ) | [private, pure virtual] |
Implemented in NonLinearLeastSquares, and MLE_D_FI.
virtual bool FindMaximum2::NextPoint | ( | ColumnVector & | , | |
Real & | ||||
) | [private, pure virtual] |
Implemented in NonLinearLeastSquares, and MLE_D_FI.
virtual void FindMaximum2::Value | ( | const ColumnVector & | , | |
bool | , | |||
Real & | , | |||
bool & | ||||
) | [private, pure virtual] |
Implemented in NonLinearLeastSquares, and MLE_D_FI.