MCPcopy Create free account
hub / github.com/PX4/eigen / outerSize

Method outerSize

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

Source from the content-addressed store, hash-verified

60
61 inline Index innerSize() const { return m_matrix.innerSize(); }
62 inline Index outerSize() const { return m_matrix.outerSize(); }
63
64 /** \returns the nested expression */
65 const typename internal::remove_all<MatrixTypeNested>::type&

Callers 15

swapFunction · 0.45
runMethod · 0.45
runMethod · 0.45
innerNonZerosMethod · 0.45
nonZerosMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected