| 82 | /** \returns the number of rows. */ |
| 83 | EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR |
| 84 | inline Index rows() const { return diagonal().size(); } |
| 85 | /** \returns the number of columns. */ |
| 86 | EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR |
| 87 | inline Index cols() const { return diagonal().size(); } |