\returns the number of rows. \sa cols() */
| 169 | |
| 170 | /** \returns the number of rows. \sa cols() */ |
| 171 | inline Index rows() const { return derived().rows(); } |
| 172 | /** \returns the number of columns. \sa rows() */ |
| 173 | inline Index cols() const { return derived().cols(); } |
| 174 | /** \returns the number of coefficients, which is \a rows()*cols(). |
no outgoing calls
no test coverage detected