Home
last modified time | relevance | path

Searched defs:type2indexpair (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorIndexList.h52 struct type2indexpair { struct
53 static const DenseIndex first = f;
54 static const DenseIndex second = s;
60 EIGEN_DEVICE_FUNC void set(const IndexPair<DenseIndex>& val) { in set()