Code-Eli
0.3.6
|
#include <newton_raphson_method.hpp>
Public Types | |
typedef data__ | data_type |
![]() | |
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 Public Attributes | |
static const int | hit_constraint = 101 |
![]() | |
static const int | converged = 0 |
static const int | max_iteration = 1 |
static const int | no_root_found = 2 |
Private Member Functions | |
virtual data_type | calculate_delta_factor (const data_type &, const data_type &dx) const |
Private Attributes | |
data_type | x0 |
Additional Inherited Members | |
![]() | |
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 |
typedef data__ eli::mutil::nls::newton_raphson_method< data__ >::data_type |
|
inline |
|
inline |
|
inline |
|
inlineprivatevirtual |
Reimplemented in eli::mutil::nls::newton_raphson_constrained_method< data__ >.
|
inline |
|
inline |
|
inline |
|
static |
|
private |