SYMBOL INDEX (50 symbols across 10 files) FILE: examples/hs071.py function eval_f (line 19) | def eval_f(x, user_data = None): function eval_grad_f (line 23) | def eval_grad_f(x, user_data = None): function eval_g (line 33) | def eval_g(x, user_data= None): function eval_jac_g (line 41) | def eval_jac_g(x, flag, user_data = None): function eval_h (line 57) | def eval_h(x, lagrange, obj_factor, flag, user_data = None): function apply_new (line 88) | def apply_new(x): function print_variable (line 131) | def print_variable(variable_name, value): FILE: examples/rosen.py function eval_f (line 18) | def eval_f(X, user_data=None): function eval_grad_f (line 24) | def eval_grad_f(X, user_data=None): function eval_g (line 30) | def eval_g(X, user_data=None): function eval_jac_g (line 36) | def eval_jac_g(X, flag, user_data=None): function eval_h (line 55) | def eval_h(X, lagrange, obj_factor, flag, user_data=None): function apply_new (line 87) | def apply_new(X): function main (line 98) | def main(): FILE: examples/unconstrained/himmelblau.py function himmelblau (line 15) | def himmelblau(X): function eval_grad (line 26) | def eval_grad(f, theta): function eval_hess (line 30) | def eval_hess(f, theta): function main (line 34) | def main(): FILE: examples/unconstrained/rosen.py function main (line 13) | def main(): FILE: examples/unconstrained/wood.py function wood (line 15) | def wood(X): function eval_grad (line 32) | def eval_grad(f, theta): function eval_hess (line 36) | def eval_hess(f, theta): function main (line 40) | def main(): FILE: pyipoptpackage/ipoptunconstrained.py function _eval_g (line 17) | def _eval_g(X, user_data=None): function _eval_jac_g (line 20) | def _eval_jac_g(X, flag, user_data=None): function _eval_h (line 29) | def _eval_h( function _apply_new (line 71) | def _apply_new(X): function _create (line 75) | def _create(f, nvar, fprime, fhess=None): function fmin_unconstrained (line 126) | def fmin_unconstrained(f, x0, fprime, fhess=None): FILE: setup.py function get_ipopt_lib (line 28) | def get_ipopt_lib(): FILE: src/callback.c function logger (line 39) | void logger(const char *fmt, ...) function Bool (line 50) | Bool eval_intermediate_callback(Index alg_mod, /* 0 is regular, 1 is res... function Bool (line 124) | Bool function Bool (line 194) | Bool function Bool (line 269) | Bool function Bool (line 347) | Bool function Bool (line 486) | Bool FILE: src/hook.h type DispatchData (line 41) | typedef struct { type problem (line 64) | typedef struct { FILE: src/pyipoptcoremodule.c function problem_dealloc (line 97) | static void problem_dealloc(PyObject * self) function PyObject (line 108) | static PyObject *add_str_option(PyObject * self, PyObject * args) function PyObject (line 129) | static PyObject *add_int_option(PyObject * self, PyObject * args) function PyObject (line 153) | static PyObject *add_num_option(PyObject * self, PyObject * args) function PyObject (line 195) | PyObject *problem_getattr(PyObject * self, char *attrname) function PyObject (line 274) | static PyObject *set_loglevel(PyObject * obj, PyObject * args) function PyObject (line 289) | static PyObject *create(PyObject * obj, PyObject * args) function PyObject (line 504) | PyObject *set_intermediate_callback(PyObject * self, PyObject * args) function PyObject (line 554) | PyObject *solve(PyObject * self, PyObject * args) function PyObject (line 700) | PyObject *close_model(PyObject * self, PyObject * args) function MOD_INIT (line 758) | MOD_INIT(pyipoptcore)