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

Method outerSize

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

Source from the content-addressed store, hash-verified

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 */
67 const internal::remove_all_t<MatrixTypeNested>&

Callers 15

grabMatrixMethod · 0.45
swapFunction · 0.45
runMethod · 0.45
runMethod · 0.45
innerNonZerosMethod · 0.45
nonZerosMethod · 0.45
sortInnerIndicesMethod · 0.45
innerIndicesAreSortedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected