MCPcopy Create free account
hub / github.com/dalboris/vpaint / ArrayWrapper

Method ArrayWrapper

src/Third/Eigen/src/Core/ArrayWrapper.h:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 typedef typename internal::nested<ExpressionType>::type NestedExpressionType;
55
56 inline ArrayWrapper(ExpressionType& matrix) : m_expression(matrix) {}
57
58 inline Index rows() const { return m_expression.rows(); }
59 inline Index cols() const { return m_expression.cols(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected