示例#1
0
 def clear(self):
     return _nlopt.nlopt_doublevector_clear(self)
示例#2
0
 def clear(*args): return _nlopt.nlopt_doublevector_clear(*args)
 def swap(*args): return _nlopt.nlopt_doublevector_swap(*args)
示例#3
0
文件: nlopt.py 项目: coin-or/oBB
 def clear(self):
     return _nlopt.nlopt_doublevector_clear(self)
示例#4
0
文件: nlopt.py 项目: MLDL/bayesopt
 def clear(self): return _nlopt.nlopt_doublevector_clear(self)
 def swap(self, *args): return _nlopt.nlopt_doublevector_swap(self, *args)
示例#5
0
 def clear(*args):
     return _nlopt.nlopt_doublevector_clear(*args)