Go to the source code of this file.
Data Structures | |
| class | iter_track |
| class | iter_track_basic< T > |
Functions | |
| double | Amsterdam_Method (double(*f)(double), double a, double fa, double c, double fc, double tol, int max_iter, int &err) |
| double Amsterdam_Method | ( | double(*)(double) | f, | |
| double | a, | |||
| double | fa, | |||
| double | c, | |||
| double | fc, | |||
| double | tol, | |||
| int | max_iter, | |||
| int & | err | |||
| ) |
Definition at line 238 of file iter_track.cpp.
References iter_track::add(), iter_track::init_bracket(), iter_track::lgConverged(), iter_track::next_val(), iter_track::root(), set_NaN(), and iter_track::set_tol().
1.6.1