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

Method rows

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

Source from the content-addressed store, hash-verified

65 }
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 */

Callers 7

resizeMethod · 0.95
runMethod · 0.45
product_evaluatorMethod · 0.45
product_evaluatorMethod · 0.45
permute_symm_to_fullsymmFunction · 0.45
permute_symm_to_symmFunction · 0.45
rowsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected