ShapeOp
 All Classes Files Functions Variables Typedefs Macros Pages
Public Member Functions | List of all members
ShapeOp::SimplicialLDLTSolver Class Reference

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

#include <LSSolver.h>

Inheritance diagram for ShapeOp::SimplicialLDLTSolver:
ShapeOp::LSSolver

Public Member Functions

virtual void initialize (const SparseMatrix &A) overridefinal
 Prefactorize the sparse matrix (A = LDL^T).
 
virtual VectorX solve (const VectorX &b) const overridefinal
 Solve the linear system by applying twice backsubstitution.
 

Detailed Description

Sparse linear system solver based on Cholesky. This class implements a sparse linear system solver based on the Cholesky LDL^T algorithm from Eigen.


The documentation for this class was generated from the following files: