version 0.4.1

Solvers for algebraic system of equations. More...

Collaboration diagram for Solver:

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...
 

Detailed Description