| 118 | } |
| 119 | |
| 120 | inline Index rows() const { return m_mat.rows(); } |
| 121 | inline Index cols() const { return m_mat.cols(); } |
| 122 | /** Indicate that the pattern of the input matrix is symmetric */ |
| 123 | void isSymmetric(bool sym) |
no outgoing calls
no test coverage detected