|
Algorith sandbox
|
Public Member Functions | |
| GaussNewton (typename INewtonMethod::function_type &f, typename INewtonMethod::derivative_type &derivative, const std::size_t maxIteration, const double tolerance) | |
| GaussNewton (const GaussNewton &other) | |
Private Attributes | |
| INewtonMethod::function_type | _f |
| INewtonMethod::derivative_type | _derivative |
| const std::size_t | _maxIteration |
| const double | _tolerance |
1.8.10