Ejemplo n.º 1
0
 def append(*args): return _nlopt.nlopt_doublevector_append(*args)
 def empty(*args): return _nlopt.nlopt_doublevector_empty(*args)
Ejemplo n.º 2
0
 def append(self, *args):
     return _nlopt.nlopt_doublevector_append(self, *args)
Ejemplo n.º 3
0
Archivo: nlopt.py Proyecto: coin-or/oBB
 def append(self, x):
     return _nlopt.nlopt_doublevector_append(self, x)