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

Method MatrixWrapper

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

Source from the content-addressed store, hash-verified

159
160 EIGEN_DEVICE_FUNC
161 explicit inline MatrixWrapper(ExpressionType& matrix) : m_expression(matrix) {}
162
163 EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR
164 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