| 56 | inline TriangularBase() { eigen_assert(!((Mode&UnitDiag) && (Mode&ZeroDiag))); } |
| 57 | |
| 58 | EIGEN_DEVICE_FUNC |
| 59 | inline Index rows() const { return derived().rows(); } |
| 60 | EIGEN_DEVICE_FUNC |
| 61 | inline Index cols() const { return derived().cols(); } |
| 62 | EIGEN_DEVICE_FUNC |
no outgoing calls
no test coverage detected