\returns the number of rows. \sa cols() */
| 161 | |
| 162 | /** \returns the number of rows. \sa cols() */ |
| 163 | inline Index rows() const { return derived().rows(); } |
| 164 | /** \returns the number of columns. \sa rows() */ |
| 165 | inline Index cols() const { return derived().cols(); } |
| 166 | /** \returns the number of coefficients, which is \a rows()*cols(). |
no test coverage detected