Searched refs:EigenConformable (Results 1 – 1 of 1) sorted by relevance
74 template <bool EigenRowMajor> struct EigenConformable { struct80 EigenConformable(bool fits = false) : conformable{fits} {} argument82 EigenConformable(EigenIndex r, EigenIndex c, in EigenConformable() argument94 EigenConformable(EigenIndex r, EigenIndex c, EigenIndex stride) in EigenConformable() argument95 : EigenConformable(r, c, r == 1 ? c*stride : stride, c == 1 ? r : r*stride) {} in EigenConformable()144 static EigenConformable<row_major> conformable(const array &a) {431 EigenConformable<props::row_major> fits;