| 43 | |
| 44 | inline Index rows() const { return m_matrix.rows(); } |
| 45 | inline Index cols() const { return m_matrix.cols(); } |
| 46 | |
| 47 | inline Index innerSize() const { return m_matrix.innerSize(); } |
| 48 | inline Index outerSize() const { return m_matrix.outerSize(); } |
no outgoing calls
no test coverage detected