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

Method rows

Eigen/src/SparseQR/SparseQR.h:607–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605 SparseQR_QProduct(const SparseQRType& qr, const Derived& other, bool transpose) :
606 m_qr(qr),m_other(other),m_transpose(transpose) {}
607 inline Index rows() const { return m_transpose ? m_qr.rows() : m_qr.cols(); }
608 inline Index cols() const { return m_other.cols(); }
609
610 // Assign to a vector

Callers

nothing calls this directly

Calls 2

rowsMethod · 0.45
colsMethod · 0.45

Tested by

no test coverage detected