def reserve(*args): return _nlopt.nlopt_doublevector_reserve(*args) def capacity(*args): return _nlopt.nlopt_doublevector_capacity(*args)
def reserve(self, *args): return _nlopt.nlopt_doublevector_reserve(self, *args)
def reserve(self, n): return _nlopt.nlopt_doublevector_reserve(self, n)