Home | History | Annotate | Download | only in SparseCore

Lines Matching refs:_Scalar

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;
83 typedef typename traits<T>::Scalar _Scalar;
86 typedef SparseVector<_Scalar, RowMajor, _StorageIndex> type;
90 typedef typename traits<T>::Scalar _Scalar;
93 typedef SparseVector<_Scalar, ColMajor, _StorageIndex> type;
98 typedef typename traits<T>::Scalar _Scalar;
102 typedef SparseMatrix<_Scalar, _Options, _StorageIndex> type;
106 typedef typename traits<T>::Scalar _Scalar;
108 typedef Matrix<_Scalar, 1, 1> type;
113 typedef typename traits<T>::Scalar _Scalar;
117 typedef SparseMatrix<_Scalar, _Options, _StorageIndex> type;