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

/gem5/ext/pybind11/include/pybind11/
H A Deigen.h129 fixed_cols = cols != Eigen::Dynamic, member in struct:EigenProps
131 dynamic = !fixed_rows && !fixed_cols; // Fully-dynamic size
156 if ((fixed_rows && np_rows != rows) || (fixed_cols && np_cols != cols))
176 else if (fixed_cols) {
197 _(", ") + _<fixed_cols>(_<(size_t) cols>(), _("n")) +

Completed in 7 milliseconds