| 59 | |
| 60 | inline Index rows() const { return m_matrix.rows(); } |
| 61 | inline Index cols() const { return m_matrix.cols(); } |
| 62 | |
| 63 | inline Index innerSize() const { return m_matrix.innerSize(); } |
| 64 | inline Index outerSize() const { return m_matrix.outerSize(); } |
no outgoing calls
no test coverage detected