예제 #1
0
 def capacity(self):
     return _nlopt.nlopt_doublevector_capacity(self)
예제 #2
0
파일: nlopt.py 프로젝트: coin-or/oBB
 def capacity(self):
     return _nlopt.nlopt_doublevector_capacity(self)
예제 #3
0
 def capacity(*args): return _nlopt.nlopt_doublevector_capacity(*args)
 __swig_destroy__ = _nlopt.delete_nlopt_doublevector
예제 #4
0
 def capacity(*args):
     return _nlopt.nlopt_doublevector_capacity(*args)