MCPcopy Create free account
hub / github.com/TinyMPC/TinyMPC / outerStride

Method outerStride

include/Eigen/Eigen/src/Core/TriangularMatrix.h:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 inline Index cols() const EIGEN_NOEXCEPT { return derived().cols(); }
63 EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR
64 inline Index outerStride() const EIGEN_NOEXCEPT { return derived().outerStride(); }
65 EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR
66 inline Index innerStride() const EIGEN_NOEXCEPT { return derived().innerStride(); }
67

Callers 1

outerStrideFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected