Beispiel #1
0
 def front(self):
     return _nlopt.nlopt_doublevector_front(self)
Beispiel #2
0
 def front(self): return _nlopt.nlopt_doublevector_front(self)
 def back(self): return _nlopt.nlopt_doublevector_back(self)
Beispiel #3
0
 def front(*args): return _nlopt.nlopt_doublevector_front(*args)
 def back(*args): return _nlopt.nlopt_doublevector_back(*args)
Beispiel #4
0
 def front(*args):
     return _nlopt.nlopt_doublevector_front(*args)