Searched defs:type2indexpair (Results 1 – 1 of 1) sorted by relevance
52 struct type2indexpair { struct53 static const DenseIndex first = f;54 static const DenseIndex second = s;60 EIGEN_DEVICE_FUNC void set(const IndexPair<DenseIndex>& val) { in set()