ShapeOp  0.1.0
Classes | Namespaces
LSSolver.h File Reference
#include "Types.h"
#include <iostream>
#include <unsupported/Eigen/src/IterativeSolvers/MINRES.h>

Go to the source code of this file.

Classes

class  ShapeOp::LSSolver
 Base class of any sparse linear system solver. This class defines the main functionalities of the ShapeOp sparse linear system solvers (Ax = b). More...
 
class  ShapeOp::SimplicialLDLTSolver
 Sparse linear system solver based on Cholesky. This class implements a sparse linear system solver based on the Cholesky LDL^T algorithm from Eigen. More...
 
class  ShapeOp::CGSolver
 Sparse linear system solver based on CG. This class implements a sparse linear system solver based on the CG algorithm from Eigen. More...
 
class  ShapeOp::MINRESSolver
 Sparse linear system solver based on MINRES. This class implements a sparse linear system solver based on the MINRES algorithm from Eigen. More...
 
class  ShapeOp::SORSolver
 Sparse linear system solver based on successive over-relaxation (SOR). More...
 

Namespaces

 ShapeOp
 Namespace of the ShapeOp library.
 

Detailed Description

This file contains all the linear system solvers of the ShapeOp library.