alpha() const | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inline |
bottom() | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inlineprotected |
bounds(const InputType &t_lower_bound, const InputType &t_upper_bound) | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inline |
converged() const | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inline |
damp(FunctionWrapper 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, Halley< Real >, false > | inlineprotected |
damped_mode(bool t_damped) | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inline |
disable_damped_mode() | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inline |
disable_verbose_mode() | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inline |
enable_damped_mode() | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inline |
enable_verbose_mode() | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inline |
evaluate_first_derivative(FirstDerivativeWrapper function, const InputType &x, FirstDerivativeType &out) | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inlineprotected |
evaluate_function(FunctionWrapper function, const InputType &x, OutputType &out) | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inlineprotected |
evaluate_hessian(HessianWrapper hessian, const Vector &x, Matrix &out) | Optimist::RootFinder::RootFinder< Real, 1, Halley< Real > > | inlineprotected |
evaluate_jacobian(JacobianWrapper jacobian, const Vector &x, Matrix &out) | Optimist::RootFinder::RootFinder< Real, 1, Halley< Real > > | inlineprotected |
evaluate_second_derivative(SecondDerivativeWrapper function, const InputType &x, SecondDerivativeType &out) | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inlineprotected |
first_derivative_evaluations() const | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inlineprotected |
FirstDerivativeType typedef | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | protected |
FirstDerivativeWrapper typedef | Optimist::RootFinder::Halley< Real > | |
function_evaluations() const | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inline |
FunctionWrapper typedef | Optimist::RootFinder::Halley< Real > | |
Halley() | Optimist::RootFinder::Halley< Real > | inline |
header() | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inlineprotected |
hessian_evaluations() const | Optimist::RootFinder::RootFinder< Real, 1, Halley< Real > > | inline |
HessianWrapper typedef | Optimist::RootFinder::RootFinder< Real, 1, Halley< Real > > | |
info(Real residuals, std::string const ¬es="-") | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inlineprotected |
input_dimension() const | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inline |
InputType typedef | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | protected |
is_optimizer | Optimist::RootFinder::RootFinder< Real, 1, Halley< Real > > | static |
is_rootfinder | Optimist::RootFinder::RootFinder< Real, 1, Halley< Real > > | static |
iterations() const | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inline |
jacobian_evaluations() const | Optimist::RootFinder::RootFinder< Real, 1, Halley< Real > > | inline |
JacobianWrapper typedef | Optimist::RootFinder::RootFinder< Real, 1, Halley< Real > > | |
lower_bound() const | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inline |
m_alpha | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | protected |
m_converged | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | protected |
m_damped | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | protected |
m_first_derivative_evaluations | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | protected |
m_function_evaluations | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | protected |
m_iterations | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | protected |
m_lower_bound | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | protected |
m_max_first_derivative_evaluations | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | protected |
m_max_function_evaluations | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | protected |
m_max_iterations | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | protected |
m_max_relaxations | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | protected |
m_max_second_derivative_evaluations | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | protected |
m_ostream | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | protected |
m_relaxations | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | protected |
m_second_derivative_evaluations | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | protected |
m_task | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | protected |
m_tolerance | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | protected |
m_trace | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | protected |
m_upper_bound | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | protected |
m_verbose | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | protected |
Matrix typedef | Optimist::RootFinder::RootFinder< Real, 1, Halley< Real > > | |
max_first_derivative_evaluations() const | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inlineprotected |
max_function_evaluations(Integer t_max_function_evaluations) | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inline |
max_hessian_evaluations() const | Optimist::RootFinder::RootFinder< Real, 1, Halley< Real > > | inline |
max_iterations() const | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inline |
max_jacobian_evaluations() const | Optimist::RootFinder::RootFinder< Real, 1, Halley< Real > > | inline |
max_relaxations() const | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inline |
max_second_derivative_evaluations() const | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inlineprotected |
name() const | Optimist::RootFinder::RootFinder< Real, 1, Halley< Real > > | inline |
name_impl() const | Optimist::RootFinder::Halley< Real > | inline |
optimize(FunctionBase< Real, FunInDim, FunOutDim, DerivedFunction, ForceEigen &&FunOutDim==1 > const &function, const InputType &x_ini, InputType &x_sol) | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inline |
ostream() const | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inline |
output_dimension() const | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inline |
OutputType typedef | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | protected |
relaxations() const | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inline |
requires_first_derivative | Optimist::RootFinder::Halley< Real > | static |
requires_function | Optimist::RootFinder::Halley< Real > | static |
requires_second_derivative | Optimist::RootFinder::Halley< Real > | static |
reset() | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inlineprotected |
rootfind(FunctionBase< Real, FunInDim, FunOutDim, DerivedFunction, ForceEigen &&FunOutDim==1 > const &function, const InputType &x_ini, InputType &x_sol) | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inline |
RootFinder() | Optimist::RootFinder::RootFinder< Real, 1, Halley< Real > > | inline |
second_derivative_evaluations() const | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inlineprotected |
SecondDerivativeType typedef | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | protected |
SecondDerivativeWrapper typedef | Optimist::RootFinder::Halley< Real > | |
solve(FunctionWrapper function, Vector const &x_ini, Vector &x_sol) | Optimist::RootFinder::RootFinder< Real, 1, Halley< Real > > | inline |
solve_impl(FunctionWrapper function, FirstDerivativeWrapper first_derivative, SecondDerivativeWrapper second_derivative, Real x_ini, Real &x_sol) | Optimist::RootFinder::Halley< Real > | inline |
SolverBase() | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inline |
store_trace(const InputType &x) | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inlineprotected |
task() const | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inline |
Tensor typedef | Optimist::RootFinder::RootFinder< Real, 1, Halley< Real > > | |
tolerance() const | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inline |
trace() const | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inline |
TraceType typedef | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | protected |
upper_bound() const | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inline |
Vector typedef | Optimist::RootFinder::RootFinder< Real, 1, Halley< Real > > | |
verbose_mode(bool t_verbose) | Optimist::SolverBase< Real, N, N, Halley< Real >, false > | inline |