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

Method ArrayWrapper

include/Eigen/Eigen/src/Core/ArrayWrapper.h:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62 EIGEN_DEVICE_FUNC
63 explicit EIGEN_STRONG_INLINE ArrayWrapper(ExpressionType& matrix) : m_expression(matrix) {}
64
65 EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR
66 inline Index rows() const EIGEN_NOEXCEPT { return m_expression.rows(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected