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

Method getLen

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

Source from the content-addressed store, hash-verified

231 return _cvxcore.ProblemData_init_id(self, new_param_id, param_size)
232
233 def getLen(self):
234 return _cvxcore.ProblemData_getLen(self)
235
236 def getV(self, values):
237 return _cvxcore.ProblemData_getV(self, values)

Callers 2

_wrap_ProblemData_getLenFunction · 0.45
build_matrixFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected