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