| 58 | : m_matrix(mat), m_reference(reference), m_epsilon(epsilon) {} |
| 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(); } |
no outgoing calls
no test coverage detected