MCPcopy Create free account
hub / github.com/dblalock/bolt / ArrayWrapper

Method ArrayWrapper

cpp/src/external/eigen/src/Core/ArrayWrapper.h:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57 EIGEN_DEVICE_FUNC
58 explicit EIGEN_STRONG_INLINE ArrayWrapper(ExpressionType& matrix) : m_expression(matrix) {}
59
60 EIGEN_DEVICE_FUNC
61 inline Index rows() const { return m_expression.rows(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected