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

Method capacity

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

Source from the content-addressed store, hash-verified

351 return _cvxcore.IntVector_reserve(self, n)
352
353 def capacity(self):
354 return _cvxcore.IntVector_capacity(self)
355 __swig_destroy__ = _cvxcore.delete_IntVector
356
357# Register IntVector in _cvxcore:

Calls

no outgoing calls

Tested by

no test coverage detected