def front(self): return _nlopt.nlopt_doublevector_front(self)
def front(self): return _nlopt.nlopt_doublevector_front(self) def back(self): return _nlopt.nlopt_doublevector_back(self)
def front(*args): return _nlopt.nlopt_doublevector_front(*args) def back(*args): return _nlopt.nlopt_doublevector_back(*args)
def front(*args): return _nlopt.nlopt_doublevector_front(*args)