NOLINTNEXTLINE(google-explicit-constructor)
| 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}, |
nothing calls this directly
no outgoing calls
no test coverage detected