MCPcopy Create free account
hub / github.com/pybind/pybind11 / EigenConformable

Method EigenConformable

include/pybind11/eigen/matrix.h:91–91  ·  view source on GitHub ↗

NOLINTNEXTLINE(google-explicit-constructor)

Source from the content-addressed store, hash-verified

89
90 // NOLINTNEXTLINE(google-explicit-constructor)
91 EigenConformable(bool fits = false) : conformable{fits} {}
92 // Matrix type:
93 EigenConformable(EigenIndex r, EigenIndex c, EigenIndex rstride, EigenIndex cstride)
94 : conformable{true}, rows{r}, cols{c},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected