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

Method rows

Eigen/src/Core/TriangularMatrix.h:58–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 inline TriangularBase() { eigen_assert(!((Mode&UnitDiag) && (Mode&ZeroDiag))); }
57
58 EIGEN_DEVICE_FUNC
59 inline Index rows() const { return derived().rows(); }
60 EIGEN_DEVICE_FUNC
61 inline Index cols() const { return derived().cols(); }
62 EIGEN_DEVICE_FUNC

Callers 7

resizeMethod · 0.95
evalToLazyMethod · 0.95
rowsMethod · 0.45
TriangularMatrix.hFile · 0.45
runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected