def append(*args): return _nlopt.nlopt_doublevector_append(*args) def empty(*args): return _nlopt.nlopt_doublevector_empty(*args)
def append(self, *args): return _nlopt.nlopt_doublevector_append(self, *args)
def append(self, x): return _nlopt.nlopt_doublevector_append(self, x)