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

Method rows

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

Source from the content-addressed store, hash-verified

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(); }
62 EIGEN_DEVICE_FUNC
63 inline Index cols() const { return m_expression.cols(); }
64 EIGEN_DEVICE_FUNC

Callers 1

rowsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected