Code-Eli
0.3.6
|
#include <secant_method.hpp>
Private Attributes | |
data__ | x1 |
data__ | x2 |
Additional Inherited Members | |
![]() | |
typedef convergence_tester< data__ > | error_tolerance_type |
typedef convergence_tester< size_t > | max_iteration_type |
typedef error_tolerance_type::data_type | tolerance_type |
typedef max_iteration_type::data_type | iteration_type |
![]() | |
static const int | converged = 0 |
static const int | max_iteration = 1 |
static const int | no_root_found = 2 |
![]() | |
bool | test_converged (const iteration_type &it, const tolerance_type &relv, const tolerance_type &absv) const |
bool | max_iteration_reached (const iteration_type &it) const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |