HomeSort by relevance Sort by last modified time
    Searched defs:_Index (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/SparseCore/
SparseUtil.h 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;
103 typedef typename traits<T>::Index _Index;
105 typedef SparseVector<_Scalar, RowMajor, _Index> type;
110 typedef typename traits<T>::Index _Index;
112 typedef SparseVector<_Scalar, ColMajor, _Index> type;
117 typedef typename traits<T>::Index _Index;
120 typedef SparseMatrix<_Scalar, _Options, _Index> type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adoctint.h 58 typedef struct _ADOIndex _Index;
    [all...]

Completed in 101 milliseconds