#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.
|
inlinevirtual |
Definition at line 182 of file newmatnl.h.
void FindMaximum2::Fit | ( | ColumnVector & | Theta, |
int | n_it | ||
) |
Definition at line 22 of file newmatnl.cpp.
|
privatepure virtual |
Implemented in MLE_D_FI, and NonLinearLeastSquares.
|
privatepure virtual |
Implemented in MLE_D_FI, and NonLinearLeastSquares.
|
privatepure virtual |
Implemented in MLE_D_FI, and NonLinearLeastSquares.