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

Method innerSize

include/Eigen/Eigen/src/SparseCore/SparseView.h:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 inline Index cols() const { return m_matrix.cols(); }
62
63 inline Index innerSize() const { return m_matrix.innerSize(); }
64 inline Index outerSize() const { return m_matrix.outerSize(); }
65
66 /** \returns the nested expression */

Callers 5

runMethod · 0.45
serializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected