Home
last modified time | relevance | path

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

/external/python/pybind11/include/pybind11/
Deigen.h74 template <bool EigenRowMajor> struct EigenConformable { struct
80 EigenConformable(bool fits = false) : conformable{fits} {} argument
82 EigenConformable(EigenIndex r, EigenIndex c, in EigenConformable() argument
94 EigenConformable(EigenIndex r, EigenIndex c, EigenIndex stride) in EigenConformable() argument
95 : 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;