| _abs_error | Bisection< functor, real > | [protected] |
| _calc_F_x_lower | Bisection< functor, real > | [protected] |
| _calc_F_x_upper | Bisection< functor, real > | [protected] |
| _converged | Bisection< functor, real > | [protected] |
| _delta | Bisection< functor, real > | [protected] |
| _dx | Bisection< functor, real > | [protected] |
| _epsilon | Bisection< functor, real > | [protected] |
| _f | Bisection< functor, real > | [protected] |
| _F_x_lower | Bisection< functor, real > | [protected] |
| _F_x_mid | Bisection< functor, real > | [protected] |
| _F_x_upper | Bisection< functor, real > | [protected] |
| _fsolve | Bisection< functor, real > | [protected] |
| _is_increasing | Bisection< functor, real > | [protected] |
| _max_iter | Bisection< functor, real > | [protected] |
| _obj | Bisection< functor, real > | [protected] |
| _x0 | Bisection< functor, real > | [protected] |
| _x1 | Bisection< functor, real > | [protected] |
| _x_lower | Bisection< functor, real > | [protected] |
| _x_mid | Bisection< functor, real > | [protected] |
| _x_upper | Bisection< functor, real > | [protected] |
| Bisection(real X0, real X1, real Fsolve, real Delta, real Epsilon, unsigned int max_iter, functor &obj, real(functor::*f)(real)) | Bisection< functor, real > | [inline] |
| Bisection(real X0, real X1, real FX0, real FX1, real Fsolve, real Delta, real Epsilon, unsigned int max_iter, functor &obj, real(functor::*f)(real)) | Bisection< functor, real > | [inline] |
| do_iteration(bool print_results) | Bisection< functor, real > | [inline] |
| get_converged() const | Bisection< functor, real > | [inline] |
| get_df_dx() const | Bisection< functor, real > | [inline] |
| get_x_mid() const | Bisection< functor, real > | [inline] |
| i | Bisection< functor, real > | [protected] |