\returns the number of rows of the represented matrix. */
| 122 | /** \returns the number of rows of the represented matrix. |
| 123 | */ |
| 124 | inline Index rows() const { return m_pmat.rows(); } |
| 125 | |
| 126 | /** \returns the number of columns of the represented matrix. |
| 127 | */ |
no outgoing calls
no test coverage detected