MCPcopy Create free account
hub / github.com/dblalock/bolt / cols

Method cols

cpp/src/external/eigen/src/SparseCore/SparseMatrix.h:133–133  ·  view source on GitHub ↗

\returns the number of columns of the matrix */

Source from the content-addressed store, hash-verified

131 inline Index rows() const { return IsRowMajor ? m_outerSize : m_innerSize; }
132 /** \returns the number of columns of the matrix */
133 inline Index cols() const { return IsRowMajor ? m_innerSize : m_outerSize; }
134
135 /** \returns the number of rows (resp. columns) of the matrix if the storage order column major (resp. row major) */
136 inline Index innerSize() const { return m_innerSize; }

Callers 4

conservativeResizeMethod · 0.95
initAssignmentMethod · 0.45
set_from_tripletsFunction · 0.45
SparseMatrix.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected