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

Method MatrixWrapper

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

Source from the content-addressed store, hash-verified

199
200 EIGEN_DEVICE_FUNC
201 explicit inline MatrixWrapper(ExpressionType& matrix) : m_expression(matrix) {}
202
203 EIGEN_DEVICE_FUNC
204 inline Index rows() const { return m_expression.rows(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected