Go to the first, previous, next, last section, table of contents.
- : {}NLP (void)
-
- : {}NLP (const ColumnVector &x, const Objective &phi)
-
- : {}NLP (const ColumnVector &x, const Objective &phi, const Bounds &b)
-
- : {}NLP (const ColumnVector &x, const Objective &phi, const Bounds &b, const LinConst &lc)
-
- : {}NLP (const ColumnVector &x, const Objective &phi, const Bounds &b, const LinConst &lc, const NLConst &nlc)
-
- : {}NLP (const ColumnVector &x, const Objective &phi, const LinConst &lc)
-
- : {}NLP (const ColumnVector &x, const Objective &phi, const LinConst &lc, const NLConst &nlc)
-
- : {}NLP (const ColumnVector &x, const Objective &phi, const NLConst &nlc)
-
- : {}NLP (const ColumnVector &x, const Objective &phi, const Bounds &b, const NLConst &nlc)
-
- : NLP& operator = (const NLP &a)
-
- : int size (void) const
-
- : {}NPSOL_options (void)
-
- : {}NPSOL_options (const NPSOL_options &opt)
-
- : NPSOL_options& operator = (const NPSOL_options &opt)
-
- : void init (void)
-
- : void copy (const NPSOL_options &opt)
-
- : void set_default_options (void)
-
- : void set_central_difference_interval (double val)
-
- : void set_crash_tolerance (double val)
-
- : void set_difference_interval (double val)
-
- : void set_function_precision (double val)
-
- : void set_infinite_bound (double val)
-
- : void set_infinite_step (double val)
-
- : void set_linear_feasibility_tolerance (double val)
-
- : void set_linesearch_tolerance (double val)
-
- : void set_nonlinear_feasibility_tolerance (double val)
-
- : void set_optimality_tolerance (double val)
-
- : void set_derivative_level (int val)
-
- : void set_major_iteration_limit (int val)
-
- : void set_minor_iteration_limit (int val)
-
- : void set_major_print_level (int val)
-
- : void set_minor_print_level (int val)
-
- : void set_start_objective_check (int val)
-
- : void set_start_constraint_check (int val)
-
- : void set_stop_objective_check (int val)
-
- : void set_stop_constraint_check (int val)
-
- : void set_verify_level (int val)
-
- : double central_difference_interval (void) const
-
- : double crash_tolerance (void) const
-
- : double difference_interval (void) const
-
- : double function_precision (void) const
-
- : double infinite_bound (void) const
-
- : double infinite_step (void) const
-
- : double linear_feasibility_tolerance (void) const
-
- : double linesearch_tolerance (void) const
-
- : double nonlinear_feasibility_tolerance (void) const
-
- : double optimality_tolerance (void) const
-
- : int derivative_level (void) const
-
- : int major_iteration_limit (void) const
-
- : int minor_iteration_limit (void) const
-
- : int major_print_level (void) const
-
- : int minor_print_level (void) const
-
- : int start_objective_check (void) const
-
- : int start_constraint_check (void) const
-
- : int stop_objective_check (void) const
-
- : int stop_constraint_check (void) const
-
- : int verify_level (void) const
-
- : {}NPSOL (void)
-
- : {}NPSOL (const ColumnVector &x, const Objective &phi)
-
- : {}NPSOL (const ColumnVector &x, const Objective &phi, const Bounds &b)
-
- : {}NPSOL (const ColumnVector &x, const Objective &phi, const Bounds &b, const LinConst &lc)
-
- : {}NPSOL (const ColumnVector &x, const Objective &phi, const Bounds &b, const LinConst &lc, const NLConst &nlc)
-
- : {}NPSOL (const ColumnVector &x, const Objective &phi, const LinConst &lc)
-
- : {}NPSOL (const ColumnVector &x, const Objective &phi, const LinConst &lc, const NLConst &nlc)
-
- : {}NPSOL (const ColumnVector &x, const Objective &phi, const NLConst &nlc)
-
- : {}NPSOL (const ColumnVector &x, const Objective &phi, const Bounds &b, const NLConst &nlc)
-
- : {}NPSOL (const NPSOL &a)
-
- : ColumnVector minimize (void)
-
- : ColumnVector minimize (double &objf)
-
- : ColumnVector minimize (double &objf, int &inform)
-
- : ColumnVector minimize (double &objf, int &inform, ColumnVector &lambda)
-
- : ColumnVector minimize (const ColumnVector &x)
-
- : ColumnVector minimize (const ColumnVector &x, double &objf)
-
- : ColumnVector minimize (const ColumnVector &x, double &objf, int &inform)
-
- : ColumnVector minimize (const ColumnVector &x, double &objf, int &inform, ColumnVector &lambda)
-
Go to the first, previous, next, last section, table of contents.