MCPcopy Create free account
hub / github.com/TinyMPC/TinyMPC / innerSize

Method innerSize

include/Eigen/Eigen/src/SparseCore/SparseMatrix.h:170–170  ·  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

168
169 /** \returns the number of rows (resp. columns) of the matrix if the storage order column major (resp. row major) */
170 inline Index innerSize() const { return m_innerSize; }
171 /** \returns the number of columns (resp. rows) of the matrix if the storage order column major (resp. row major) */
172 inline Index outerSize() const { return m_outerSize; }
173

Callers 1

set_from_tripletsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected