| _abs_F_x | NewtonRaphsonSolve0< functor, real > | [mutable, protected] |
| _boundary_hit | NewtonRaphsonSolve0< functor, real > | [mutable, protected] |
| _boundary_solution | NewtonRaphsonSolve0< functor, real > | [mutable, protected] |
| _check_boundary | NewtonRaphsonSolve0< functor, real > | [protected] |
| _converged | NewtonRaphsonSolve0< functor, real > | [mutable, protected] |
| _d2f | NewtonRaphsonSolve0< functor, real > | [protected] |
| _df | NewtonRaphsonSolve0< functor, real > | [protected] |
| _dF_x | NewtonRaphsonSolve0< functor, real > | [mutable, protected] |
| _diverged | NewtonRaphsonSolve0< functor, real > | [mutable, protected] |
| _epsilon | NewtonRaphsonSolve0< functor, real > | [protected] |
| _F | NewtonRaphsonSolve0< functor, real > | [protected] |
| _f | NewtonRaphsonSolve0< functor, real > | [protected] |
| _f_converge | NewtonRaphsonSolve0< functor, real > | [mutable, protected] |
| _F_x | NewtonRaphsonSolve0< functor, real > | [mutable, protected] |
| _fsolve | NewtonRaphsonSolve0< functor, real > | [protected] |
| _lower_boundary_hit | NewtonRaphsonSolve0< functor, real > | [mutable, protected] |
| _max_iter | NewtonRaphsonSolve0< functor, real > | [protected] |
| _max_x | NewtonRaphsonSolve0< functor, real > | [protected] |
| _min_x | NewtonRaphsonSolve0< functor, real > | [protected] |
| _number_boundary_hits | NewtonRaphsonSolve0< functor, real > | [mutable, protected] |
| _twice_df | NewtonRaphsonSolve0< functor, real > | [protected] |
| _upper_boundary_hit | NewtonRaphsonSolve0< functor, real > | [mutable, protected] |
| _x | NewtonRaphsonSolve0< functor, real > | [mutable, protected] |
| _x0 | NewtonRaphsonSolve0< functor, real > | [protected] |
| _x_converge | NewtonRaphsonSolve0< functor, real > | [mutable, protected] |
| check_boundary(real &x, real df_dx) | NewtonRaphsonSolve0< functor, real > | [inline, protected] |
| do_iteration(ostream *output) | NewtonRaphsonSolve0< functor, real > | [inline] |
| get_boundary_solution() const | NewtonRaphsonSolve0< functor, real > | [inline] |
| get_f_converge() const | NewtonRaphsonSolve0< functor, real > | [inline] |
| get_functor() | NewtonRaphsonSolve0< functor, real > | [inline] |
| get_x_converge() const | NewtonRaphsonSolve0< functor, real > | [inline] |
| NewtonRaphsonSolve0(real X0, real Epsilon, bool Twice_df, unsigned int max_iter, functor &F, real(functor::*f)(real), real(functor::*df)(real), real(functor::*d2f)(real)=NULL, real fsolve=0, bool check_boundary=false, real min_x=0, real max_x=0) | NewtonRaphsonSolve0< functor, real > | [inline] |
| set_check_boundary(bool check_boundary) | NewtonRaphsonSolve0< functor, real > | [inline] |
| set_d2f(real(functor::*d2f)(real)) | NewtonRaphsonSolve0< functor, real > | [inline] |
| set_max_x(real max_x) | NewtonRaphsonSolve0< functor, real > | [inline] |
| set_min_x(real min_x) | NewtonRaphsonSolve0< functor, real > | [inline] |