Exemplo n.º 1
0
 def clear(self):
     return _nlopt.nlopt_doublevector_clear(self)
Exemplo n.º 2
0
 def clear(*args): return _nlopt.nlopt_doublevector_clear(*args)
 def swap(*args): return _nlopt.nlopt_doublevector_swap(*args)
Exemplo n.º 3
0
Arquivo: nlopt.py Projeto: coin-or/oBB
 def clear(self):
     return _nlopt.nlopt_doublevector_clear(self)
Exemplo n.º 4
0
 def clear(self): return _nlopt.nlopt_doublevector_clear(self)
 def swap(self, *args): return _nlopt.nlopt_doublevector_swap(self, *args)
Exemplo n.º 5
0
 def clear(*args):
     return _nlopt.nlopt_doublevector_clear(*args)