MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / cols

Method cols

include/Eigen/src/SparseLU/SparseLU.h:262–262  ·  view source on GitHub ↗

\brief Give the number of columns. */

Source from the content-addressed store, hash-verified

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; }

Callers 15

absDeterminantMethod · 0.95
logAbsDeterminantMethod · 0.95
signDeterminantMethod · 0.95
determinantMethod · 0.95
crossMethod · 0.45
HomogeneousClass · 0.45
hnormalizedMethod · 0.45
evalToMethod · 0.45
evalToMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected