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

Method cols

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

Source from the content-addressed store, hash-verified

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
68 inline Index outerStride() const { return m_expression.outerStride(); }
69 EIGEN_DEVICE_FUNC

Callers 1

colsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected