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