Algorith sandbox
algo::nm::GaussNewton Member List

This is the complete list of members for algo::nm::GaussNewton, including all inherited members.

_derivative (defined in algo::nm::GaussNewton)algo::nm::GaussNewtonprivate
_f (defined in algo::nm::GaussNewton)algo::nm::GaussNewtonprivate
_maxIteration (defined in algo::nm::GaussNewton)algo::nm::GaussNewtonprivate
_tolerance (defined in algo::nm::GaussNewton)algo::nm::GaussNewtonprivate
doSolve(const boost::numeric::ublas::vector< double > &x0) const override (defined in algo::nm::GaussNewton)algo::nm::GaussNewtonprivatevirtual
GaussNewton(typename INewtonMethod::function_type &f, typename INewtonMethod::derivative_type &derivative, const std::size_t maxIteration, const double tolerance) (defined in algo::nm::GaussNewton)algo::nm::GaussNewton
GaussNewton(const GaussNewton &other) (defined in algo::nm::GaussNewton)algo::nm::GaussNewton
isConvergence(const boost::numeric::ublas::vector< double > &residual) const (defined in algo::nm::GaussNewton)algo::nm::GaussNewtonprivate