abs_err | BubbleProfiler::GSL_root_finder< N > | private |
Algorithm enum name | BubbleProfiler::GSL_root_finder< N > | |
find_root(F &&function, const Eigen::Matrix< double, N, 1 > &guess) | BubbleProfiler::Root_finder< Eigen::Matrix< double, N, 1 > > | |
Function typedef | BubbleProfiler::GSL_root_finder< N > | protected |
function | BubbleProfiler::GSL_root_finder< N > | private |
Function_argument typedef | BubbleProfiler::GSL_root_finder< N > | |
Function_value typedef | BubbleProfiler::GSL_root_finder< N > | |
get_gsl_solver_type() const | BubbleProfiler::GSL_root_finder< N > | private |
get_solution() const override | BubbleProfiler::GSL_root_finder< N > | inlinevirtual |
gsl_function(const gsl_vector *, void *, gsl_vector *) | BubbleProfiler::GSL_root_finder< N > | privatestatic |
max_iterations | BubbleProfiler::GSL_root_finder< N > | private |
n_dims | BubbleProfiler::GSL_root_finder< N > | private |
rel_err | BubbleProfiler::GSL_root_finder< N > | private |
set_absolute_error(double e) | BubbleProfiler::GSL_root_finder< N > | inline |
set_algorithm(Algorithm a) | BubbleProfiler::GSL_root_finder< N > | inline |
set_max_iterations(std::size_t i) | BubbleProfiler::GSL_root_finder< N > | inline |
set_relative_error(double e) | BubbleProfiler::GSL_root_finder< N > | inline |
set_use_stepsize_convergence_check(bool flag) | BubbleProfiler::GSL_root_finder< N > | inline |
solution | BubbleProfiler::GSL_root_finder< N > | private |
solve(const Function &, const Function_argument &) override | BubbleProfiler::GSL_root_finder< N > | protectedvirtual |
Root_finder< Eigen::Matrix< double, N, 1 > >::solve(const std::function< Eigen::Matrix< double, N, 1 >(const Eigen::Matrix< double, N, 1 > &)> &, const Eigen::Matrix< double, N, 1 > &)=0 | BubbleProfiler::Root_finder< Eigen::Matrix< double, N, 1 > > | protectedpure virtual |
solver_algorithm | BubbleProfiler::GSL_root_finder< N > | private |
use_stepsize_convergence | BubbleProfiler::GSL_root_finder< N > | private |
~GSL_root_finder()=default | BubbleProfiler::GSL_root_finder< N > | virtual |
~Root_finder()=default | BubbleProfiler::Root_finder< Eigen::Matrix< double, N, 1 > > | virtual |