Esempio n. 1
0
 def reserve(*args): return _nlopt.nlopt_doublevector_reserve(*args)
 def capacity(*args): return _nlopt.nlopt_doublevector_capacity(*args)
Esempio n. 2
0
 def reserve(self, *args):
     return _nlopt.nlopt_doublevector_reserve(self, *args)
Esempio n. 3
0
File: nlopt.py Progetto: coin-or/oBB
 def reserve(self, n):
     return _nlopt.nlopt_doublevector_reserve(self, n)