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

Method cols

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

Source from the content-addressed store, hash-verified

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()); }
86 inline Index innerNonZeros(Index j) const { return m_data[j].size(); }

Callers 1

Calls 1

outerSizeFunction · 0.50

Tested by

no test coverage detected