![]() |
Eigen
3.2.7
|
This module provides a sparse matrix representation, and basic associated matrix manipulations and operations.
See the Sparse tutorial
This module depends on: Core.
Classes | |
| class | SparseMatrix< _Scalar, _Options, _Index > |
| A versatible sparse matrix representation. More... | |
| class | SparseMatrixBase< Derived > |
| Base class of any sparse matrices or sparse expressions. More... | |
| class | SparseSelfAdjointView< MatrixType, UpLo > |
| Pseudo expression to manipulate a triangular sparse matrix as a selfadjoint matrix. More... | |
| class | SparseVector< _Scalar, _Flags, _Index > |
| a sparse vector class More... | |
| class | Triplet< Scalar, Index > |
| A small structure to hold a non zero as a triplet (i,j,value). More... | |