OSVR-Core
|
Classes | |
class | InnerIterator |
An InnerIterator allows to loop over the element of a sparse (or dense) matrix or expression. More... | |
class | Eigen::SparseMatrix< _Scalar, _Options, _Index > |
A versatible sparse matrix representation. More... | |
class | Eigen::SparseMatrixBase< Derived > |
Base class of any sparse matrices or sparse expressions. More... | |
class | Eigen::SparseSelfAdjointView< MatrixType, UpLo > |
Pseudo expression to manipulate a triangular sparse matrix as a selfadjoint matrix. More... | |
class | Eigen::Triplet< Scalar, Index > |
A small structure to hold a non zero as a triplet (i,j,value). More... | |
class | Eigen::SparseVector< _Scalar, _Options, _Index > |
a sparse vector class More... | |