def version_bugfix(): return _nlopt.version_bugfix()
def push_back(self, *args): return _nlopt.nlopt_doublevector_push_back(self, *args) def front(self): return _nlopt.nlopt_doublevector_front(self) def back(self): return _nlopt.nlopt_doublevector_back(self) def assign(self, *args): return _nlopt.nlopt_doublevector_assign(self, *args) def resize(self, *args): return _nlopt.nlopt_doublevector_resize(self, *args) def insert(self, *args): return _nlopt.nlopt_doublevector_insert(self, *args) def reserve(self, *args): return _nlopt.nlopt_doublevector_reserve(self, *args) def capacity(self): return _nlopt.nlopt_doublevector_capacity(self) __swig_destroy__ = _nlopt.delete_nlopt_doublevector __del__ = lambda self : None; nlopt_doublevector_swigregister = _nlopt.nlopt_doublevector_swigregister nlopt_doublevector_swigregister(nlopt_doublevector) ForcedStop = _nlopt.ForcedStop RoundoffLimited = _nlopt.RoundoffLimited __version__ = str(_nlopt.version_major())+'.'+str(_nlopt.version_minor())+'.'+str(_nlopt.version_bugfix()) def nlopt_get_initial_step(*args): return _nlopt.nlopt_get_initial_step(*args) nlopt_get_initial_step = _nlopt.nlopt_get_initial_step GN_DIRECT = _nlopt.GN_DIRECT GN_DIRECT_L = _nlopt.GN_DIRECT_L GN_DIRECT_L_RAND = _nlopt.GN_DIRECT_L_RAND GN_DIRECT_NOSCAL = _nlopt.GN_DIRECT_NOSCAL GN_DIRECT_L_NOSCAL = _nlopt.GN_DIRECT_L_NOSCAL GN_DIRECT_L_RAND_NOSCAL = _nlopt.GN_DIRECT_L_RAND_NOSCAL GN_ORIG_DIRECT = _nlopt.GN_ORIG_DIRECT GN_ORIG_DIRECT_L = _nlopt.GN_ORIG_DIRECT_L GD_STOGO = _nlopt.GD_STOGO GD_STOGO_RAND = _nlopt.GD_STOGO_RAND
return _nlopt.nlopt_doublevector_reserve(self, *args) def capacity(self): return _nlopt.nlopt_doublevector_capacity(self) __swig_destroy__ = _nlopt.delete_nlopt_doublevector __del__ = lambda self: None nlopt_doublevector_swigregister = _nlopt.nlopt_doublevector_swigregister nlopt_doublevector_swigregister(nlopt_doublevector) ForcedStop = _nlopt.ForcedStop RoundoffLimited = _nlopt.RoundoffLimited __version__ = str(_nlopt.version_major()) + '.' + str( _nlopt.version_minor()) + '.' + str(_nlopt.version_bugfix()) def nlopt_get_initial_step(*args): return _nlopt.nlopt_get_initial_step(*args) nlopt_get_initial_step = _nlopt.nlopt_get_initial_step GN_DIRECT = _nlopt.GN_DIRECT GN_DIRECT_L = _nlopt.GN_DIRECT_L GN_DIRECT_L_RAND = _nlopt.GN_DIRECT_L_RAND GN_DIRECT_NOSCAL = _nlopt.GN_DIRECT_NOSCAL GN_DIRECT_L_NOSCAL = _nlopt.GN_DIRECT_L_NOSCAL GN_DIRECT_L_RAND_NOSCAL = _nlopt.GN_DIRECT_L_RAND_NOSCAL GN_ORIG_DIRECT = _nlopt.GN_ORIG_DIRECT GN_ORIG_DIRECT_L = _nlopt.GN_ORIG_DIRECT_L