Optimist  0.0.0
A C++ library for optimization
Loading...
Searching...
No Matches
Optimist::RootFinder::Newton< Real, N > Member List

This is the complete list of members for Optimist::RootFinder::Newton< Real, N >, including all inherited members.

alpha() constOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inline
bottom()Optimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inlineprotected
bounds(const InputType &t_lower_bound, const InputType &t_upper_bound)Optimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inline
converged() constOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >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, Newton< Real, N >, ForceEigen >inlineprotected
damped_mode(bool t_damped)Optimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inline
disable_damped_mode()Optimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inline
disable_verbose_mode()Optimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inline
enable_damped_mode()Optimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inline
enable_verbose_mode()Optimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inline
evaluate_first_derivative(FirstDerivativeWrapper function, const InputType &x, FirstDerivativeType &out)Optimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inlineprotected
evaluate_function(FunctionWrapper function, const InputType &x, OutputType &out)Optimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inlineprotected
evaluate_hessian(HessianWrapper hessian, const Vector &x, Matrix &out)Optimist::RootFinder::RootFinder< Real, N, Newton< Real, N >, true >inlineprotected
evaluate_jacobian(JacobianWrapper jacobian, const Vector &x, Matrix &out)Optimist::RootFinder::RootFinder< Real, N, Newton< Real, N >, true >inlineprotected
evaluate_second_derivative(SecondDerivativeWrapper function, const InputType &x, SecondDerivativeType &out)Optimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inlineprotected
first_derivative_evaluations() constOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inlineprotected
FirstDerivativeType typedefOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >protected
FirstDerivativeWrapper typedefOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >protected
function_evaluations() constOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inline
FunctionWrapper typedefOptimist::RootFinder::Newton< Real, N >
header()Optimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inlineprotected
hessian_evaluations() constOptimist::RootFinder::RootFinder< Real, N, Newton< Real, N >, true >inline
HessianWrapper typedefOptimist::RootFinder::RootFinder< Real, N, Newton< Real, N >, true >
info(Real residuals, std::string const &notes="-")Optimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inlineprotected
input_dimension() constOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inline
InputType typedefOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >protected
is_optimizerOptimist::RootFinder::RootFinder< Real, N, Newton< Real, N >, true >static
is_rootfinderOptimist::RootFinder::RootFinder< Real, N, Newton< Real, N >, true >static
iterations() constOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inline
jacobian_evaluations() constOptimist::RootFinder::RootFinder< Real, N, Newton< Real, N >, true >inline
JacobianWrapper typedefOptimist::RootFinder::Newton< Real, N >
lower_bound() constOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inline
m_alphaOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >protected
m_convergedOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >protected
m_dampedOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >protected
m_first_derivative_evaluationsOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >protected
m_function_evaluationsOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >protected
m_iterationsOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >protected
m_lower_boundOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >protected
m_luOptimist::RootFinder::Newton< Real, N >private
m_max_first_derivative_evaluationsOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >protected
m_max_function_evaluationsOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >protected
m_max_iterationsOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >protected
m_max_relaxationsOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >protected
m_max_second_derivative_evaluationsOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >protected
m_ostreamOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >protected
m_relaxationsOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >protected
m_second_derivative_evaluationsOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >protected
m_taskOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >protected
m_toleranceOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >protected
m_traceOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >protected
m_upper_boundOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >protected
m_verboseOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >protected
Matrix typedefOptimist::RootFinder::Newton< Real, N >
max_first_derivative_evaluations() constOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inlineprotected
max_function_evaluations(Integer t_max_function_evaluations)Optimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inline
max_hessian_evaluations() constOptimist::RootFinder::RootFinder< Real, N, Newton< Real, N >, true >inline
max_iterations() constOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inline
max_jacobian_evaluations() constOptimist::RootFinder::RootFinder< Real, N, Newton< Real, N >, true >inline
max_relaxations() constOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inline
max_second_derivative_evaluations() constOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inlineprotected
name() constOptimist::RootFinder::RootFinder< Real, N, Newton< Real, N >, true >inline
name_impl() constOptimist::RootFinder::Newton< Real, N >inline
Newton()Optimist::RootFinder::Newton< Real, N >inline
optimize(FunctionBase< Real, FunInDim, FunOutDim, DerivedFunction, ForceEigen &&FunOutDim==1 > const &function, const InputType &x_ini, InputType &x_sol)Optimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inline
ostream() constOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inline
output_dimension() constOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inline
OutputType typedefOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >protected
relaxations() constOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inline
requires_first_derivativeOptimist::RootFinder::Newton< Real, N >static
requires_functionOptimist::RootFinder::Newton< Real, N >static
requires_second_derivativeOptimist::RootFinder::Newton< Real, N >static
reset()Optimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inlineprotected
rootfind(FunctionBase< Real, FunInDim, FunOutDim, DerivedFunction, ForceEigen &&FunOutDim==1 > const &function, const InputType &x_ini, InputType &x_sol)Optimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inline
RootFinder()Optimist::RootFinder::RootFinder< Real, N, Newton< Real, N >, true >inline
second_derivative_evaluations() constOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inlineprotected
SecondDerivativeType typedefOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >protected
SecondDerivativeWrapper typedefOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >protected
solve(FunctionWrapper function, Vector const &x_ini, Vector &x_sol)Optimist::RootFinder::RootFinder< Real, N, Newton< Real, N >, true >inline
solve_impl(FunctionWrapper function, JacobianWrapper jacobian, Vector const &x_ini, Vector &x_sol)Optimist::RootFinder::Newton< Real, N >inline
SolverBase()Optimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inline
store_trace(const InputType &x)Optimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inlineprotected
task() constOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inline
Tensor typedefOptimist::RootFinder::RootFinder< Real, N, Newton< Real, N >, true >
tolerance() constOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inline
trace() constOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inline
TraceType typedefOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >protected
upper_bound() constOptimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inline
Vector typedefOptimist::RootFinder::Newton< Real, N >
verbose_mode(bool t_verbose)Optimist::SolverBase< Real, N, N, Newton< Real, N >, ForceEigen >inline