コード例 #1
0
ファイル: nlopt.py プロジェクト: daramasala/node-nlopt
 def empty(self):
     return _nlopt.nlopt_doublevector_empty(self)
コード例 #2
0
ファイル: nlopt.py プロジェクト: MLDL/bayesopt
 def empty(self): return _nlopt.nlopt_doublevector_empty(self)
 def size(self): return _nlopt.nlopt_doublevector_size(self)
コード例 #3
0
ファイル: nlopt.py プロジェクト: ImageGuidedTherapyLab/ExLib
 def empty(*args): return _nlopt.nlopt_doublevector_empty(*args)
 def size(*args): return _nlopt.nlopt_doublevector_size(*args)
コード例 #4
0
 def empty(*args):
     return _nlopt.nlopt_doublevector_empty(*args)