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

Method cols

Eigen/src/Core/TriangularMatrix.h:60–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
63 inline Index outerStride() const { return derived().outerStride(); }
64 EIGEN_DEVICE_FUNC

Callers 7

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

Calls

no outgoing calls

Tested by

no test coverage detected