Go to the source code of this file.
|
struct | Eigen::internal::traits< SparseMatrix< _Scalar, _Options, _StorageIndex > > |
|
struct | Eigen::internal::traits< Diagonal< SparseMatrix< _Scalar, _Options, _StorageIndex >, DiagIndex > > |
|
struct | Eigen::internal::traits< Diagonal< const SparseMatrix< _Scalar, _Options, _StorageIndex >, DiagIndex > > |
|
class | Eigen::SparseMatrix< _Scalar, _Options, _StorageIndex > |
| A versatible sparse matrix representation. More...
|
|
class | Eigen::SparseMatrix< _Scalar, _Options, _StorageIndex >::SingletonVector |
|
struct | Eigen::SparseMatrix< _Scalar, _Options, _StorageIndex >::IndexPosPair |
|
struct | Eigen::internal::evaluator< SparseMatrix< _Scalar, _Options, _StorageIndex > > |
|
|
template<typename InputIterator , typename SparseMatrixType , typename DupFunctor > |
void | Eigen::internal::set_from_triplets (const InputIterator &begin, const InputIterator &end, SparseMatrixType &mat, DupFunctor dup_func) |
|