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

/gem5/ext/pybind11/include/pybind11/
H A Deigen.h191 static constexpr bool show_c_contiguous = show_order && requires_row_major; member in struct:EigenProps
192 static constexpr bool show_f_contiguous = !show_c_contiguous && show_order && requires_col_major;
206 _<show_c_contiguous>(", flags.c_contiguous", "") +

Completed in 6 milliseconds