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

/gem5/ext/pybind11/include/pybind11/
H A Deigen.h73 // Captures numpy/eigen conformability status (returned by EigenProps::conformable()):
75 bool conformable = false; member in struct:EigenConformable
80 EigenConformable(bool fits = false) : conformable{fits} {}
84 conformable{true}, rows{r}, cols{c} {
107 operator bool() const { return conformable; }
144 static EigenConformable<row_major> conformable(const array &a) { function in struct:EigenProps
271 auto fits = props::conformable(buf);
438 fits = props::conformable(aref);
458 fits = props::conformable(copy);

Completed in 7 milliseconds