\returns the number of columns. \sa rows() */
| 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(). |
| 175 | * \sa rows(), cols(). */ |
| 176 | inline Index size() const { return rows() * cols(); } |
no outgoing calls
no test coverage detected