示例#1
0
 def push_back(*args): return _nlopt.nlopt_doublevector_push_back(*args)
 def front(*args): return _nlopt.nlopt_doublevector_front(*args)
示例#2
0
 def push_back(self, *args):
     return _nlopt.nlopt_doublevector_push_back(self, *args)
示例#3
0
文件: nlopt.py 项目: coin-or/oBB
 def push_back(self, x):
     return _nlopt.nlopt_doublevector_push_back(self, x)