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