| Algo748() | Optimist::RootFinder::Algo748< Real > | inline |
| all_different(Real a, Real b, Real c, Real d) const | Optimist::RootFinder::Algo748< Real > | inlineprivate |
| alpha() const | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inline |
| bottom() | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inlineprotected |
| bounds(InputType const &t_lower_bound, InputType const &t_upper_bound) | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inline |
| Bracketing() | Optimist::RootFinder::Bracketing< Real, Algo748< Real > > | inline |
| bracketing(FunctionLambda &&function) | Optimist::RootFinder::Algo748< Real > | inlineprivate |
| converged() const | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inline |
| cubic_interpolation() | Optimist::RootFinder::Algo748< Real > | inlineprivate |
| damp(FunctionLambda &&function, InputType const &x_old, InputType const &function_old, InputType const &step_old, InputType &x_new, InputType &function_new, InputType &step_new) | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inlineprotected |
| damped_mode(bool t_damped) | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inline |
| disable_damped_mode() | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inline |
| disable_verbose_mode() | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inline |
| enable_damped_mode() | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inline |
| enable_verbose_mode() | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inline |
| evaluate_first_derivative(FirstDerivativeLambda &&function, InputType const &x, FirstDerivativeType &out) | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inlineprotected |
| evaluate_function(FunctionLambda &&function, InputType const &x, OutputType &out) | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inlineprotected |
| evaluate_hessian(HessianLambda &&hessian, Vector const &x, Matrix &out) | Optimist::RootFinder::RootFinder< Real, 1, Algo748< Real > > | inlineprotected |
| evaluate_jacobian(JacobianLambda &&jacobian, Vector const &x, Matrix &out) | Optimist::RootFinder::RootFinder< Real, 1, Algo748< Real > > | inlineprotected |
| evaluate_second_derivative(SecondDerivativeLambda &&function, InputType const &x, SecondDerivativeType &out) | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inlineprotected |
| find_root(FunctionLambda &&function) | Optimist::RootFinder::Bracketing< Real, Algo748< Real > > | inline |
| find_root_impl(FunctionLambda &&function) | Optimist::RootFinder::Algo748< Real > | inline |
| first_derivative_evaluations() const | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inlineprotected |
| FirstDerivativeType typedef | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | |
| function_evaluations() const | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inline |
| header() | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inlineprotected |
| hessian_evaluations() const | Optimist::RootFinder::RootFinder< Real, 1, Algo748< Real > > | inline |
| info(Real residuals, std::string const ¬es="-") | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inlineprotected |
| input_dimension() const | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inline |
| InputType typedef | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | |
| is_optimizer | Optimist::RootFinder::RootFinder< Real, 1, Algo748< Real > > | static |
| is_rootfinder | Optimist::RootFinder::RootFinder< Real, 1, Algo748< Real > > | static |
| iterations() const | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inline |
| jacobian_evaluations() const | Optimist::RootFinder::RootFinder< Real, 1, Algo748< Real > > | inline |
| lower_bound() const | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inline |
| m_a | Optimist::RootFinder::Bracketing< Real, Algo748< Real > > | protected |
| m_alpha | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | protected |
| m_b | Optimist::RootFinder::Bracketing< Real, Algo748< Real > > | protected |
| m_c | Optimist::RootFinder::Bracketing< Real, Algo748< Real > > | protected |
| m_converged | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | protected |
| m_d | Optimist::RootFinder::Bracketing< Real, Algo748< Real > > | protected |
| m_damped | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | protected |
| m_e | Optimist::RootFinder::Bracketing< Real, Algo748< Real > > | protected |
| m_fa | Optimist::RootFinder::Bracketing< Real, Algo748< Real > > | protected |
| m_fb | Optimist::RootFinder::Bracketing< Real, Algo748< Real > > | protected |
| m_fc | Optimist::RootFinder::Bracketing< Real, Algo748< Real > > | protected |
| m_fd | Optimist::RootFinder::Bracketing< Real, Algo748< Real > > | protected |
| m_fe | Optimist::RootFinder::Bracketing< Real, Algo748< Real > > | protected |
| m_first_derivative_evaluations | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | protected |
| m_function_evaluations | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | protected |
| m_interval_shink | Optimist::RootFinder::Bracketing< Real, Algo748< Real > > | protected |
| m_iterations | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | protected |
| m_lower_bound | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | protected |
| m_max_first_derivative_evaluations | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | protected |
| m_max_function_evaluations | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | protected |
| m_max_iterations | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | protected |
| m_max_relaxations | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | protected |
| m_max_second_derivative_evaluations | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | protected |
| m_mu | Optimist::RootFinder::Bracketing< Real, Algo748< Real > > | protected |
| m_ostream | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | protected |
| m_relaxations | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | protected |
| m_second_derivative_evaluations | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | protected |
| m_task | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | protected |
| m_tolerance | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | protected |
| m_tolerance_bracketing | Optimist::RootFinder::Bracketing< Real, Algo748< Real > > | protected |
| m_trace | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | protected |
| m_upper_bound | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | protected |
| m_verbose | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | protected |
| Matrix typedef | Optimist::RootFinder::RootFinder< Real, 1, Algo748< Real > > | |
| max_first_derivative_evaluations() const | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inlineprotected |
| max_function_evaluations(Integer t_max_function_evaluations) | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inline |
| max_hessian_evaluations() const | Optimist::RootFinder::RootFinder< Real, 1, Algo748< Real > > | inline |
| max_iterations() const | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inline |
| max_jacobian_evaluations() const | Optimist::RootFinder::RootFinder< Real, 1, Algo748< Real > > | inline |
| max_relaxations() const | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inline |
| max_second_derivative_evaluations() const | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inlineprotected |
| name() const | Optimist::RootFinder::RootFinder< Real, 1, Algo748< Real > > | inline |
| name_impl() const | Optimist::RootFinder::Algo748< Real > | inline |
| newton_quadratic(Integer n) | Optimist::RootFinder::Algo748< Real > | inlineprivate |
| optimize(FunctionBase< Real, FunInDim, FunOutDim, DerivedFunction, ForceEigen &&FunOutDim==1 > const &function, InputType const &x_ini, InputType &x_sol) | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inline |
| ostream() const | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inline |
| output_dimension() const | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inline |
| OutputType typedef | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | |
| relaxations() const | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inline |
| requires_first_derivative | Optimist::RootFinder::Algo748< Real > | static |
| requires_function | Optimist::RootFinder::Algo748< Real > | static |
| requires_second_derivative | Optimist::RootFinder::Algo748< Real > | static |
| reset() | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inlineprotected |
| rootfind(FunctionBase< Real, FunInDim, FunOutDim, DerivedFunction, ForceEigen &&FunOutDim==1 > const &function, InputType const &x_ini, InputType &x_sol) | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inline |
| RootFinder() | Optimist::RootFinder::RootFinder< Real, 1, Algo748< Real > > | inline |
| second_derivative_evaluations() const | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inlineprotected |
| SecondDerivativeType typedef | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | |
| solve(FunctionLambda &&function, Vector const &x_ini, Vector &x_sol) | Optimist::RootFinder::RootFinder< Real, 1, Algo748< Real > > | inline |
| solve_impl(FunctionLambda &&function, Real, Real &x_sol) | Optimist::RootFinder::Bracketing< Real, Algo748< Real > > | inline |
| SolverBase() | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inline |
| store_trace(InputType const &x) | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inlineprotected |
| task() const | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inline |
| Tensor typedef | Optimist::RootFinder::RootFinder< Real, 1, Algo748< Real > > | |
| tolerance() const | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inline |
| tolerance_bracketing(Real t_tolerance) | Optimist::RootFinder::Bracketing< Real, Algo748< Real > > | inline |
| trace() const | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inline |
| TraceType typedef | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | |
| upper_bound() const | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inline |
| Vector typedef | Optimist::RootFinder::RootFinder< Real, 1, Algo748< Real > > | |
| verbose_mode(bool t_verbose) | Optimist::SolverBase< Real, N, N, Algo748< Real >, false > | inline |