CWiseBase | |
EigenBase | |
EigenSelfadjointBase | |
LDLTBase | |
LLTBase | |
LUBase | |
MathArrayBase | |
MathDynSparseArrayBase | |
MathSparseArrayBase | |
Matrix | The standard dense Matrix/Vector class |
MatrixBase | Defines the base class of dense matrices without functionality It is mainly used for interoperation with other modules. This class contains basic functionality (such as setting and extracting values), but not the complete set of methods of Matrix (solvers, etc.) |
MatrixColWise | |
MatrixCWise | |
MatrixRowWise | |
QRBase | |
RowColWiseBase | |
SparseArpack | Eigen analyses solver for sparse matrices based on ARPACK |
SparseLLT | Base class of LL' solvers. The input matrices must be selfadjoint (symmetric) It already implements the standard LL' decomposition |
SparseLLTCholmod | LL' solver for selfadjoint sparse matrices using CHOLMOD |
SparseLowerLLT | Default LL' solver for selfadjoint lowertriangular sparse matrices |
SparseLowerLLTCholmod | LL' solver for selfadjoint lowertriangular sparse matrices using CHOLMOD |
SparseLU | Base class of LU solvers. It already implements the standard LU decomposition |
SparseLUMUMPS | LU solver for sparse matrices using MUMPS |
SparseLUUmfPack | LU solver for sparse matrices using UMFPACK |
SparseMatrix | The default sparse matrix class |
SparseMatrixInnerIterator | Iterator for inner index of SparseMatrix |
SparseMatrixIterator | Iterator for outer index of SparseMatrix |
SparseSolver | The base class for sparse solvers. It provides a unified interface which can be used by generic algorithms |
SparseSuperLU | LU solver for sparse matrices using SuperLU |
SparseUpperLLT | Default LL' solver for selfadjoint uppertriangular sparse matrices |
SparseUpperLLTCholmod | LL' solver for selfadjoint uppertriangular sparse matrices using CHOLMOD |
SVDBase | |
XMatrix | A class that extends Matrix by many convenience methods |
XMatrixColWise | |
XMatrixCWise | |
XMatrixRowWise |