Home | History | Annotate | Download | only in SparseCore

Lines Matching defs:_Scalar

71 template<typename _Scalar, int _Flags = 0, typename _Index = int>  class SparseMatrix;
72 template<typename _Scalar, int _Flags = 0, typename _Index = int> class DynamicSparseMatrix;
73 template<typename _Scalar, int _Flags = 0, typename _Index = int> class SparseVector;
74 template<typename _Scalar, int _Flags = 0, typename _Index = int> class MappedSparseMatrix;
101 typedef typename traits<T>::Scalar _Scalar;
104 typedef SparseVector<_Scalar, _Flags> type;
108 typedef typename traits<T>::Scalar _Scalar;
111 typedef SparseVector<_Scalar, _Flags> type;
115 typedef typename traits<T>::Scalar _Scalar;
118 typedef SparseMatrix<_Scalar, _Flags> type;
122 typedef typename traits<T>::Scalar _Scalar;
124 typedef Matrix<_Scalar, 1, 1> type;
129 typedef typename traits<T>::Scalar _Scalar;
135 typedef SparseMatrix<_Scalar, _Flags> type;