(self, values)
| 237 | return _cvxcore.ProblemData_getV(self, values) |
| 238 | |
| 239 | def getI(self, values): |
| 240 | return _cvxcore.ProblemData_getI(self, values) |
| 241 | |
| 242 | def getJ(self, values): |
| 243 | return _cvxcore.ProblemData_getJ(self, values) |
no outgoing calls
no test coverage detected