| 66 | |
| 67 | inline Index rows() const { return m_matrix.rows(); } |
| 68 | inline Index cols() const { return m_matrix.cols(); } |
| 69 | |
| 70 | /** \internal \returns a reference to the nested matrix */ |
| 71 | const _MatrixTypeNested& matrix() const { return m_matrix; } |
no outgoing calls
no test coverage detected