Solvers for algebraic system of equations. More...
Classes | |
class | Ikarus::LinearSolverTemplate< ScalarType > |
A type-erased class which wraps most of the linear solvers available in Eigen. More... | |
class | Ikarus::NewtonRaphson< NonLinearOperatorImpl, LinearSolver, UpdateFunctionTypeImpl > |
Implementation of the Newton-Raphson method for solving nonlinear equations. More... | |
class | Ikarus::TrustRegion< NonLinearOperatorImpl, preConditioner, UpdateFunctionTypeImpl > |
Trust Region solver for non-linear optimization problems. More... | |