コード例 #1
0
ファイル: nlopt.py プロジェクト: daramasala/node-nlopt
 def clear(self):
     return _nlopt.nlopt_doublevector_clear(self)
コード例 #2
0
ファイル: nlopt.py プロジェクト: ImageGuidedTherapyLab/ExLib
 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)