| 42 | : m_matrix(mat), m_reference(reference), m_epsilon(epsilon) {} |
| 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