#include <LeastSquaresADMinimizer.h>
Inheritance diagram for CLeastSquaresADMinimizer:
Public Methods | |
CLeastSquaresADMinimizer () | |
virtual | ~CLeastSquaresADMinimizer () |
void | ComputeDerivativeInformation (double *parameters, NLLSMinimizable *nlls) |
void | SaveDiagonal () |
const double ** | GetForceMatrix () const |
int | GetNParameters () |
int | GetNResiduals () |
Public Attributes | |
double | m_dFuncAccuracy |
double ** | m_pdAlpha |
double * | m_pdGrad |
double * | m_pdDiagonal |
CParameterFilter * | m_pFilter |
double ** | m_pdForceMatrix |
int | m_iNResiduals |
|
Definition at line 12 of file LeastSquaresADMinimizer.cpp. |
|
Definition at line 17 of file LeastSquaresADMinimizer.cpp. |
|
Definition at line 30 of file LeastSquaresADMinimizer.cpp. References NLLSMinimizable::GetResiduals, m_dFuncAccuracy, m_iNResiduals, m_pdAlpha, m_pdForceMatrix, m_pdGrad, m_pFilter, Subject::Notify, Minimizer::nParameters, NLLSMinimizable::ObjectiveFunction, CParameterFilter::Operator, CParameterFilter::OperatorInverse, and SaveDiagonal. |
|
Definition at line 41 of file LeastSquaresADMinimizer.h. References m_pdForceMatrix. |
|
Definition at line 42 of file LeastSquaresADMinimizer.h. References Minimizer::nParameters. |
|
Definition at line 43 of file LeastSquaresADMinimizer.h. References m_iNResiduals. |
|
Definition at line 145 of file LeastSquaresADMinimizer.cpp. References m_pdAlpha, m_pdDiagonal, and Minimizer::nParameters. Referenced by ComputeDerivativeInformation. |
|
Definition at line 45 of file LeastSquaresADMinimizer.h. Referenced by ComputeDerivativeInformation. |
|
Definition at line 51 of file LeastSquaresADMinimizer.h. Referenced by ComputeDerivativeInformation, and GetNResiduals. |
|
Definition at line 46 of file LeastSquaresADMinimizer.h. Referenced by ComputeDerivativeInformation, and SaveDiagonal. |
|
Definition at line 48 of file LeastSquaresADMinimizer.h. Referenced by SaveDiagonal. |
|
Definition at line 50 of file LeastSquaresADMinimizer.h. Referenced by ComputeDerivativeInformation, and GetForceMatrix. |
|
Definition at line 47 of file LeastSquaresADMinimizer.h. Referenced by ComputeDerivativeInformation. |
|
Definition at line 49 of file LeastSquaresADMinimizer.h. Referenced by ComputeDerivativeInformation. |