| 228 | |
| 229 | inline Index rows() const { return m_mat.rows(); } |
| 230 | inline Index cols() const { return m_mat.cols(); } |
| 231 | /** Indicate that the pattern of the input matrix is symmetric */ |
| 232 | void isSymmetric(bool sym) |
| 233 | { |
no outgoing calls
no test coverage detected