| 42 | class InnerIterator; |
| 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(); } |
no outgoing calls
no test coverage detected