Bayeux  3.4.1
Core Foundation library for SuperNEMO
mygsl::one_dimensional_root_solver Member List

This is the complete list of members for mygsl::one_dimensional_root_solver, including all inherited members.

_at_step_hook(int status_, size_t iter_, double a_, double b_, double c_)mygsl::one_dimensional_root_solverprotected
BISECTION_METHOD_LABELmygsl::one_dimensional_root_solverstatic
BRENT_METHOD_LABELmygsl::one_dimensional_root_solverstatic
DEFAULT_EPSABSmygsl::one_dimensional_root_solverstatic
DEFAULT_MAX_ITERmygsl::one_dimensional_root_solverstatic
FALSEPOS_METHOD_LABELmygsl::one_dimensional_root_solverstatic
g_dfunction(double x_, void *params_)mygsl::one_dimensional_root_solverstatic
g_fdfunction(double x_, void *params_, double *y_, double *dy_)mygsl::one_dimensional_root_solverstatic
g_function(double x_, void *params_)mygsl::one_dimensional_root_solverstatic
get_epsabs() constmygsl::one_dimensional_root_solver
get_iter() constmygsl::one_dimensional_root_solver
get_max_iter() constmygsl::one_dimensional_root_solver
get_name() constmygsl::one_dimensional_root_solver
get_root() constmygsl::one_dimensional_root_solver
init(const i_unary_function &sys_, const std::string &method_=BRENT_METHOD_LABEL)mygsl::one_dimensional_root_solver
init(const i_unary_function_with_derivative &sys_, const std::string &method_=STEFFENSON_METHOD_LABEL)mygsl::one_dimensional_root_solver
is_converged() constmygsl::one_dimensional_root_solver
is_debug() constmygsl::one_dimensional_root_solver
is_fdfsolver() constmygsl::one_dimensional_root_solver
is_fsolver() constmygsl::one_dimensional_root_solver
is_initialized() constmygsl::one_dimensional_root_solver
MODE_F enum valuemygsl::one_dimensional_root_solver
MODE_FDF enum valuemygsl::one_dimensional_root_solver
MODE_NULL enum valuemygsl::one_dimensional_root_solver
mode_t enum namemygsl::one_dimensional_root_solver
NEWTON_METHOD_LABELmygsl::one_dimensional_root_solverstatic
one_dimensional_root_solver(bool debug_=false)mygsl::one_dimensional_root_solver
reset()mygsl::one_dimensional_root_solver
SECANT_METHOD_LABELmygsl::one_dimensional_root_solverstatic
set_debug(bool debug_=true)mygsl::one_dimensional_root_solver
set_default_step_action()mygsl::one_dimensional_root_solver
set_step_action(at_step_action &action_)mygsl::one_dimensional_root_solver
solve(double epsabs_, double a_, double b_)mygsl::one_dimensional_root_solver
solve(const i_unary_function &sys_, double epsabs_, double a_, double b_, const std::string &method_=BRENT_METHOD_LABEL)mygsl::one_dimensional_root_solverstatic
solve(const i_unary_function_with_derivative &sys_, double epsabs_, double a_, double b_, const std::string &method_=STEFFENSON_METHOD_LABEL)mygsl::one_dimensional_root_solverstatic
STEFFENSON_METHOD_LABELmygsl::one_dimensional_root_solverstatic
unset_step_action()mygsl::one_dimensional_root_solver
~one_dimensional_root_solver()mygsl::one_dimensional_root_solvervirtual