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

Method cols

Eigen/src/SparseCore/SparseSelfAdjointView.h:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67 inline Index rows() const { return m_matrix.rows(); }
68 inline Index cols() const { return m_matrix.cols(); }
69
70 /** \internal \returns a reference to the nested matrix */
71 const _MatrixTypeNested& matrix() const { return m_matrix; }

Callers 6

resizeMethod · 0.95
runMethod · 0.45
product_evaluatorMethod · 0.45
product_evaluatorMethod · 0.45
colsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected