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

/gem5/ext/pybind11/include/pybind11/
H A Deigen.h74 template <bool EigenRowMajor> struct EigenConformable { struct
80 EigenConformable(bool fits = false) : conformable{fits} {} function in struct:EigenConformable
82 EigenConformable(EigenIndex r, EigenIndex c, function in struct:EigenConformable
94 EigenConformable(EigenIndex r, EigenIndex c, EigenIndex stride) function in struct:EigenConformable
95 : EigenConformable(r, c, r == 1 ? c*stride : stride, c == 1 ? r : r*stride) {}
144 static EigenConformable<row_major> conformable(const array &a) {
431 EigenConformable<props::row_major> fits;

Completed in 7 milliseconds