Searched defs:eigen_extract_stride (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Deigen.h110 template <typename Type> struct eigen_extract_stride { using type = Type; }; struct
112 struct eigen_extract_stride<Eigen::Map<PlainObjectType, MapOptions, StrideType>> { using type = StrideType; }; struct
114 struct eigen_extract_stride<Eigen::Ref<PlainObjectType, Options, StrideType>> { using type = StrideType; }; struct

Completed in 8 milliseconds