Пример #1
0
 def iterator(self):
     return _nlopt.nlopt_doublevector_iterator(self)
Пример #2
0
 def iterator(self):
     return _nlopt.nlopt_doublevector_iterator(self)
Пример #3
0
 def iterator(*args): return _nlopt.nlopt_doublevector_iterator(*args)
 def __iter__(self): return self.iterator()
Пример #4
0
 def iterator(*args):
     return _nlopt.nlopt_doublevector_iterator(*args)