ShapeOp
 All Classes Files Functions Variables Typedefs Macros Pages
Classes
LSSolver.h File Reference
#include "Types.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...
 

Detailed Description

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