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

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

Completed in 7 milliseconds