|
Algorith sandbox
|
This is the complete list of members for algo::nm::GaussNewton, including all inherited members.
| _derivative (defined in algo::nm::GaussNewton) | algo::nm::GaussNewton | private |
| _f (defined in algo::nm::GaussNewton) | algo::nm::GaussNewton | private |
| _maxIteration (defined in algo::nm::GaussNewton) | algo::nm::GaussNewton | private |
| _tolerance (defined in algo::nm::GaussNewton) | algo::nm::GaussNewton | private |
| doSolve(const boost::numeric::ublas::vector< double > &x0) const override (defined in algo::nm::GaussNewton) | algo::nm::GaussNewton | privatevirtual |
| 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::GaussNewton | private |
1.8.10