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

Method innerSize

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

\returns the number of rows (resp. columns) of the matrix if the storage order column major (resp. row major) */

Source from the content-addressed store, hash-verified

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; }
137 /** \returns the number of columns (resp. rows) of the matrix if the storage order column major (resp. row major) */
138 inline Index outerSize() const { return m_outerSize; }
139

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected