#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... | |
This file contains all the linear system solvers of the ShapeOp library.