\brief Give the number of columns. */
| 260 | /** \brief Give the number of columns. |
| 261 | */ |
| 262 | inline Index cols() const { return m_mat.cols(); } |
| 263 | /** \brief Let you set that the pattern of the input matrix is symmetric |
| 264 | */ |
| 265 | void isSymmetric(bool sym) { m_symmetricmode = sym; } |
no outgoing calls
no test coverage detected