| _abs_Err_F_x | SecantSolve0< functor, real > | [mutable, protected] |
| _boundary_hit | SecantSolve0< functor, real > | [mutable, protected] |
| _boundary_solution | SecantSolve0< functor, real > | [mutable, protected] |
| _check_boundary | SecantSolve0< functor, real > | [protected] |
| _converged | SecantSolve0< functor, real > | [mutable, protected] |
| _dF_x | SecantSolve0< functor, real > | [mutable, protected] |
| _diverged | SecantSolve0< functor, real > | [mutable, protected] |
| _epsilon | SecantSolve0< functor, real > | [protected] |
| _f | SecantSolve0< functor, real > | [protected] |
| _f_converge | SecantSolve0< functor, real > | [mutable, protected] |
| _F_x | SecantSolve0< functor, real > | [mutable, protected] |
| _Fsolve | SecantSolve0< functor, real > | [protected] |
| _lower_boundary_hit | SecantSolve0< functor, real > | [mutable, protected] |
| _max_iter | SecantSolve0< functor, real > | [protected] |
| _max_x | SecantSolve0< functor, real > | [protected] |
| _min_x | SecantSolve0< functor, real > | [protected] |
| _number_boundary_hits | SecantSolve0< functor, real > | [mutable, protected] |
| _obj | SecantSolve0< functor, real > | [protected] |
| _upper_boundary_hit | SecantSolve0< functor, real > | [mutable, protected] |
| _x | SecantSolve0< functor, real > | [mutable, protected] |
| _x0 | SecantSolve0< functor, real > | [protected] |
| _x1 | SecantSolve0< functor, real > | [protected] |
| _x_converge | SecantSolve0< functor, real > | [mutable, protected] |
| check_boundary(real &x, real df_dx) | SecantSolve0< functor, real > | [inline, protected] |
| do_iteration(bool print_results) | SecantSolve0< functor, real > | [inline] |
| get_boundary_solution() const | SecantSolve0< functor, real > | [inline] |
| get_converged() const | SecantSolve0< functor, real > | [inline] |
| get_f_converge() const | SecantSolve0< functor, real > | [inline] |
| get_functor() | SecantSolve0< functor, real > | [inline] |
| get_x_converge() const | SecantSolve0< functor, real > | [inline] |
| SecantSolve0(real X0, real X1, real Fsolve, real Epsilon, unsigned int max_iter, functor &obj, real(functor::*f)(real), bool check_boundary=false, real min_x=0, real max_x=0) | SecantSolve0< functor, real > | [inline] |
| set_check_boundary(bool check_boundary) | SecantSolve0< functor, real > | [inline] |
| set_max_x(real max_x) | SecantSolve0< functor, real > | [inline] |
| set_min_x(real min_x) | SecantSolve0< functor, real > | [inline] |