MCPcopy Create free account
hub / github.com/avaxman/Directional / cols

Method cols

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

\returns the number of columns of the matrix */

Source from the content-addressed store, hash-verified

166 inline Index rows() const { return IsRowMajor ? m_outerSize : m_innerSize; }
167 /** \returns the number of columns of the matrix */
168 inline Index cols() const { return IsRowMajor ? m_innerSize : m_outerSize; }
169
170 /** \returns the number of rows (resp. columns) of the matrix if the storage order column major (resp. row major) */
171 inline Index innerSize() const { return m_innerSize; }

Callers 7

initAssignmentMethod · 0.45
set_from_tripletsFunction · 0.45
set_from_triplets_sortedFunction · 0.45
insert_from_tripletsFunction · 0.45
SparseMatrix.hFile · 0.45
serializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected