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

Method getJ

cvxpy/cvxcore/python/cvxcore.py:242–243  ·  view source on GitHub ↗
(self, values)

Source from the content-addressed store, hash-verified

240 return _cvxcore.ProblemData_getI(self, values)
241
242 def getJ(self, values):
243 return _cvxcore.ProblemData_getJ(self, values)
244
245 def __init__(self):
246 _cvxcore.ProblemData_swiginit(self, _cvxcore.new_ProblemData())

Callers 2

_wrap_ProblemData_getJFunction · 0.45
build_matrixFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected