Classes
Sparse module

Classes

class  SparseLDLT< MatrixType, Backend >
 LDLT Cholesky decomposition of a sparse matrix and associated features. More...
 
class  SparseLLT< MatrixType, Backend >
 LLT Cholesky decomposition of a sparse matrix and associated features. More...
 
class  SparseLU< MatrixType, Backend >
 LU decomposition of a sparse matrix and associated features. More...
 

Detailed Description

Warning
This is not considered to be part of the stable public API yet. Changes may happen in future releases. See Experimental parts of Eigen

See the Sparse tutorial

* #include <Eigen/QR>
*