\copydoc EigenBase::rows() */
| 223 | |
| 224 | /** \copydoc EigenBase::rows() */ |
| 225 | EIGEN_DEVICE_FUNC |
| 226 | inline Index rows() const { return m_matrix.rows(); } |
| 227 | /** \copydoc EigenBase::cols() */ |
| 228 | EIGEN_DEVICE_FUNC |
| 229 | inline Index cols() const { return m_matrix.cols(); } |