| alpha() const | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| alpha(Scalar t_alpha) | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| bottom() | Optimist::SolverBase< Input, Output, DerivedSolver > | inlineprotected |
| bounds(const Input &t_lower_bound, const Input &t_upper_bound) | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| converged() const | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| damp(FunctionLambda &&function, const Input &x_old, const Input &function_old, const Input &step_old, Input &x_new, Input &function_new, Input &step_new) | Optimist::SolverBase< Input, Output, DerivedSolver > | inlineprotected |
| damped_mode(bool t_damped) | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| damped_mode() const | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| disable_damped_mode() | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| disable_verbose_mode() | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| enable_damped_mode() | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| enable_verbose_mode() | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| evaluate_first_derivative(FirstDerivativeLambda &&function, const Input &x, FirstDerivative &out) | Optimist::SolverBase< Input, Output, DerivedSolver > | inlineprotected |
| evaluate_function(FunctionLambda &&function, const Input &x, Output &out) | Optimist::SolverBase< Input, Output, DerivedSolver > | inlineprotected |
| evaluate_second_derivative(SecondDerivativeLambda &&function, const Input &x, SecondDerivative &out) | Optimist::SolverBase< Input, Output, DerivedSolver > | inlineprotected |
| first_derivative_evaluations() const | Optimist::SolverBase< Input, Output, DerivedSolver > | inlineprotected |
| FirstDerivative typedef | Optimist::SolverBase< Input, Output, DerivedSolver > | |
| function_evaluations() const | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| header() | Optimist::SolverBase< Input, Output, DerivedSolver > | inlineprotected |
| info(Scalar residuals, const std::string ¬es="-") | Optimist::SolverBase< Input, Output, DerivedSolver > | inlineprotected |
| input_dimension() const | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| InputTrait typedef | Optimist::SolverBase< Input, Output, DerivedSolver > | |
| iterations() const | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| lower_bound() const | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| lower_bound(const Input &t_lower_bound) | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| m_alpha | Optimist::SolverBase< Input, Output, DerivedSolver > | protected |
| m_converged | Optimist::SolverBase< Input, Output, DerivedSolver > | protected |
| m_damped | Optimist::SolverBase< Input, Output, DerivedSolver > | protected |
| m_first_derivative_evaluations | Optimist::SolverBase< Input, Output, DerivedSolver > | protected |
| m_function_evaluations | Optimist::SolverBase< Input, Output, DerivedSolver > | protected |
| m_iterations | Optimist::SolverBase< Input, Output, DerivedSolver > | protected |
| m_lower_bound | Optimist::SolverBase< Input, Output, DerivedSolver > | protected |
| m_max_first_derivative_evaluations | Optimist::SolverBase< Input, Output, DerivedSolver > | protected |
| m_max_function_evaluations | Optimist::SolverBase< Input, Output, DerivedSolver > | protected |
| m_max_iterations | Optimist::SolverBase< Input, Output, DerivedSolver > | protected |
| m_max_relaxations | Optimist::SolverBase< Input, Output, DerivedSolver > | protected |
| m_max_second_derivative_evaluations | Optimist::SolverBase< Input, Output, DerivedSolver > | protected |
| m_ostream | Optimist::SolverBase< Input, Output, DerivedSolver > | protected |
| m_relaxations | Optimist::SolverBase< Input, Output, DerivedSolver > | protected |
| m_second_derivative_evaluations | Optimist::SolverBase< Input, Output, DerivedSolver > | protected |
| m_task | Optimist::SolverBase< Input, Output, DerivedSolver > | protected |
| m_tolerance | Optimist::SolverBase< Input, Output, DerivedSolver > | protected |
| m_upper_bound | Optimist::SolverBase< Input, Output, DerivedSolver > | protected |
| m_verbose | Optimist::SolverBase< Input, Output, DerivedSolver > | protected |
| max_first_derivative_evaluations() const | Optimist::SolverBase< Input, Output, DerivedSolver > | inlineprotected |
| max_first_derivative_evaluations(const Integer t_first_derivative_evaluations) | Optimist::SolverBase< Input, Output, DerivedSolver > | inlineprotected |
| max_function_evaluations(const Integer t_max_function_evaluations) | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| max_function_evaluations() const | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| max_iterations() const | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| max_iterations(const Integer t_max_iterations) | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| max_relaxations() const | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| max_relaxations(const Integer t_max_relaxations) | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| max_second_derivative_evaluations() const | Optimist::SolverBase< Input, Output, DerivedSolver > | inlineprotected |
| max_second_derivative_evaluations(const Integer t_second_derivative_evaluations) | Optimist::SolverBase< Input, Output, DerivedSolver > | inlineprotected |
| name() const | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| optimize(const FunctionBase< FunctionInput, FunctionOutput, DerivedFunction > &function, const Input &x_ini, Input &x_sol) | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| ostream() const | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| ostream(std::ostream &t_ostream) | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| output_dimension() const | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| OutputTrait typedef | Optimist::SolverBase< Input, Output, DerivedSolver > | |
| relaxations() const | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| reset_bounds(const Integer n=InputTrait::IsDynamic ? 0 :InputTrait::Dimension) | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| reset_counters() | Optimist::SolverBase< Input, Output, DerivedSolver > | inlineprotected |
| rootfind(const FunctionBase< FunctionInput, FunctionOutput, DerivedFunction > &function, const Input &x_ini, Input &x_sol) | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| Scalar typedef | Optimist::SolverBase< Input, Output, DerivedSolver > | |
| second_derivative_evaluations() const | Optimist::SolverBase< Input, Output, DerivedSolver > | inlineprotected |
| SecondDerivative typedef | Optimist::SolverBase< Input, Output, DerivedSolver > | |
| solve(FunctionLambda &&function, const Input &x_ini, Input &x_sol) | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| solve(FunctionLambda &&function, FirstDerivativeLambda &&first_derivative, const Input &x_ini, Input &x_sol) | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| solve(FunctionLambda &&function, FirstDerivativeLambda &&first_derivative, SecondDerivativeLambda &&second_derivative, const Input &x_ini, Input &x_sol) | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| solve(const FunctionBase< FunctionInput, FunctionOutput, DerivedFunction > &function, const Input &x_ini, Input &x_sol, bool is_optimization) | Optimist::SolverBase< Input, Output, DerivedSolver > | inlineprotected |
| SolverBase() | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| SolverBase(FunctionLambda &&function, const Input &x_ini, Input &x_sol) | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| SolverBase(FunctionLambda &&function, FirstDerivativeLambda &&first_derivative, const Input &x_ini, Input &x_sol) | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| SolverBase(FunctionLambda &&function, FirstDerivativeLambda &&first_derivative, SecondDerivativeLambda &&second_derivative, const Input &x_ini, Input &x_sol) | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| task() const | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| task(std::string t_task) | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| tolerance() const | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| tolerance(Scalar t_tolerance) | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| upper_bound() const | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| upper_bound(const Input &t_upper_bound) | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| verbose_mode(bool t_verbose) | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |
| verbose_mode() const | Optimist::SolverBase< Input, Output, DerivedSolver > | inline |