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