Home | History | Annotate | Download | only in SparseCore

Lines Matching refs:_StorageIndex

52 template<typename _Scalar, int _Flags = 0, typename _StorageIndex = int>  class SparseMatrix;
53 template<typename _Scalar, int _Flags = 0, typename _StorageIndex = int> class DynamicSparseMatrix;
54 template<typename _Scalar, int _Flags = 0, typename _StorageIndex = int> class SparseVector;
55 template<typename _Scalar, int _Flags = 0, typename _StorageIndex = int> class MappedSparseMatrix;
84 typedef typename traits<T>::StorageIndex _StorageIndex;
86 typedef SparseVector<_Scalar, RowMajor, _StorageIndex> type;
91 typedef typename traits<T>::StorageIndex _StorageIndex;
93 typedef SparseVector<_Scalar, ColMajor, _StorageIndex> type;
99 typedef typename traits<T>::StorageIndex _StorageIndex;
102 typedef SparseMatrix<_Scalar, _Options, _StorageIndex> type;
114 typedef typename traits<T>::StorageIndex _StorageIndex;
117 typedef SparseMatrix<_Scalar, _Options, _StorageIndex> type;