Searched refs:requires_row_major (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Deigen.h138 static constexpr bool requires_row_major = !dynamic_stride && !vector && (row_major ? inner_stride : outer_stride) == 1; member in struct:EigenProps
191 static constexpr bool show_c_contiguous = show_order && requires_row_major;

Completed in 6 milliseconds