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

Method rows

Eigen/src/Core/SolveTriangular.h:213–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211 {}
212
213 inline Index rows() const { return m_rhs.rows(); }
214 inline Index cols() const { return m_rhs.cols(); }
215
216 template<typename Dest> inline void evalTo(Dest& dst) const

Callers 2

runMethod · 0.45
solveInPlaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected