MCPcopy Create free account
hub / github.com/cvxpy/cvxpy / data

Method data

cvxpy/cvxcore/include/Eigen/src/Core/ArrayWrapper.h:72–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 inline Index innerStride() const EIGEN_NOEXCEPT { return m_expression.innerStride(); }
71
72 EIGEN_DEVICE_FUNC
73 inline ScalarWithConstIfNotLvalue* data() { return m_expression.data(); }
74 EIGEN_DEVICE_FUNC
75 inline const Scalar* data() const { return m_expression.data(); }
76

Callers 1

dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected