MCPcopy Create free account
hub / github.com/abess-team/abess / rows

Method rows

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

Source from the content-addressed store, hash-verified

61 explicit EIGEN_STRONG_INLINE ArrayWrapper(ExpressionType& matrix) : m_expression(matrix) {}
62
63 EIGEN_DEVICE_FUNC
64 inline Index rows() const { return m_expression.rows(); }
65 EIGEN_DEVICE_FUNC
66 inline Index cols() const { return m_expression.cols(); }
67 EIGEN_DEVICE_FUNC

Callers 1

rowsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected