Beispiel #1
0
 def resize(self, *args):
     return _cvxcore.LinOpVector_resize(self, *args)
Beispiel #2
0
 def resize(self, *args) -> "void":
     return _cvxcore.LinOpVector_resize(self, *args)