| 130 | } |
| 131 | |
| 132 | inline Index rows() const { return m_mat.rows(); } |
| 133 | inline Index cols() const { return m_mat.cols(); } |
| 134 | /** Indicate that the pattern of the input matrix is symmetric */ |
| 135 | void isSymmetric(bool sym) |
no outgoing calls
no test coverage detected