|
| newton_raphson_constrained_system_method () |
|
| newton_raphson_constrained_system_method (const newton_raphson_constrained_system_method< data_type, N__, NSOL__ > &nrm) |
|
| ~newton_raphson_constrained_system_method () |
|
void | unset_conditions () |
|
void | set_periodic_condition (size_t i, const data_type &dmin, const data_type &dmax) |
|
void | unset_lower_condition () |
|
void | unset_lower_condition (size_t i) |
|
void | set_lower_condition (size_t i, const data_type &d, end_condition_usage ec) |
|
void | get_lower_condition (data_type &d, end_condition_usage &ec, size_t i) |
|
void | unset_upper_condition () |
|
void | unset_upper_condition (size_t i) |
|
void | set_upper_condition (size_t i, const data_type &d, end_condition_usage ec) |
|
void | get_upper_condition (data_type &d, end_condition_usage &ec, size_t i) |
|
| newton_raphson_system_method () |
|
| newton_raphson_system_method (const newton_raphson_system_method< data__, N__, NSOL__ > &nrm) |
|
| ~newton_raphson_system_method () |
|
void | set_initial_guess (const typename iterative_system_root_base< data__, N__, NSOL__ >::solution_matrix &xg) |
|
const iterative_system_root_base< data__, N__, NSOL__ >::solution_matrix & | get_initial_guess () const |
|
template<typename f__ , typename g__ > |
int | find_root (typename iterative_system_root_base< data__, N__, NSOL__ >::solution_matrix &root, const f__ &fun, const g__ &fprime, const typename iterative_system_root_base< data__, N__, NSOL__ >::solution_matrix &f0) const |
|
| iterative_system_root_base () |
|
| iterative_system_root_base (const iterative_system_root_base< data__, N__, NSOL__ > &isrb) |
|
| ~iterative_system_root_base () |
|
system_norm_type | get_norm_type () const |
|
void | set_norm_type (system_norm_type snt) |
|
| iterative_root_base () |
|
| iterative_root_base (const iterative_root_base< data__ > &irb) |
|
virtual | ~iterative_root_base () |
|
void | set_relative_tolerance (const tolerance_type &rel_tol) |
|
tolerance_type | get_relative_tolerance () const |
|
void | set_absolute_tolerance (const tolerance_type &abs_tol) |
|
tolerance_type | get_absolute_tolerance () const |
|
void | set_max_iteration (const iteration_type &mi) |
|
iteration_type | get_max_iteration () const |
|
void | enforce_both_tolerance (bool ebt) |
|
bool | enforce_both_tolerance () const |
|
void | disable_relative_tolerance () |
|
void | disable_absolute_tolerance () |
|
const error_tolerance_type & | get_tolerance_tester () const |
|
const max_iteration_type & | get_iteration_count_tester () const |
|
const iteration_type & | get_iteration_count () const |
|