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

Method rows

unsupported/Eigen/src/SparseExtra/DynamicSparseMatrix.h:82–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 public:
81
82 inline Index rows() const { return IsRowMajor ? outerSize() : m_innerSize; }
83 inline Index cols() const { return IsRowMajor ? m_innerSize : outerSize(); }
84 inline Index innerSize() const { return m_innerSize; }
85 inline Index outerSize() const { return convert_index(m_data.size()); }

Callers 1

Calls 1

outerSizeFunction · 0.50

Tested by

no test coverage detected