Exemplo n.º 1
0
 def getJ(self, values):
     return _cvxcore.ProblemData_getJ(self, values)
Exemplo n.º 2
0
 def getJ(self, values: "double *") -> "void":
     return _cvxcore.ProblemData_getJ(self, values)