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

Method get_sparse_data

cvxpy/cvxcore/python/cvxcore.py:191–192  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

189 return _cvxcore.LinOp_is_sparse(self)
190
191 def get_sparse_data(self):
192 return _cvxcore.LinOp_get_sparse_data(self)
193
194 def get_dense_data(self):
195 return _cvxcore.LinOp_get_dense_data(self)

Callers 2

get_constant_dataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected