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

Method set_sparse_data

cvxpy/cvxcore/python/cvxcore.py:200–201  ·  view source on GitHub ↗
(self, data, row_idxs, col_idxs, rows, cols)

Source from the content-addressed store, hash-verified

198 return _cvxcore.LinOp_set_dense_data(self, matrix)
199
200 def set_sparse_data(self, data, row_idxs, col_idxs, rows, cols):
201 return _cvxcore.LinOp_set_sparse_data(self, data, row_idxs, col_idxs, rows, cols)
202 __swig_destroy__ = _cvxcore.delete_LinOp
203
204# Register LinOp in _cvxcore:

Callers 2

set_matrix_dataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected