Go to the first, previous, next, last section, table of contents.
- : {}QP (void)
-
- : {}QP (const ColumnVector &x, const Matrix &H)
-
- : {}QP (const ColumnVector &x, const Matrix &H, const ColumnVector &c)
-
- : {}QP (const ColumnVector &x, const Matrix &H, const Bounds &b)
-
- : {}QP (const ColumnVector &x, const Matrix &H, const LinConst &lc)
-
- : {}QP (const ColumnVector &x, const Matrix &H, const ColumnVector &c, const Bounds &b)
-
- : {}QP (const ColumnVector &x, const Matrix &H, const ColumnVector &c, const LinConst &lc)
-
- : {}QP (const ColumnVector &x, const Matrix &H, const Bounds &b, const LinConst &lc)
-
- : {}QP (const ColumnVector &x, const Matrix &H, const ColumnVector &c, const Bounds &b, const LinConst &lc)
-
- : virtual ColumnVector minimize (void)
-
- : virtual ColumnVector minimize (double &objf)
-
- : virtual ColumnVector minimize (double &objf, int &inform)
-
- : virtual ColumnVector minimize (double &objf, int &inform, ColumnVector &lambda) = 0;
-
- : virtual ColumnVector minimize (const ColumnVector &x)
-
- : virtual ColumnVector minimize (const ColumnVector &x, double &objf)
-
- : virtual ColumnVector minimize (const ColumnVector &x, double &objf, int &inform)
-
- : virtual ColumnVector minimize (const ColumnVector &x, double &objf, int &inform, ColumnVector &lambda)
-
- : {}QPSOL_options (void)
-
- : {}QPSOL_options (const QPSOL_options &opt)
-
- : QPSOL_options& operator = (const QPSOL_options &opt)
-
- : void init (void)
-
- : void copy (const QPSOL_options &opt)
-
- : void set_default_options (void)
-
- : void set_feasibility_tolerance (double val)
-
- : void set_infinite_bound (double val)
-
- : void set_iteration_limit (int val)
-
- : void set_print_level (int val)
-
- : double feasibility_tolerance (void)
-
- : double infinite_bound (void)
-
- : int iteration_limit (void)
-
- : int print_level (void)
-
- : {}QPSOL (void)
-
- : {}QPSOL (const ColumnVector &x, const Matrix &H)
-
- : {}QPSOL (const ColumnVector &x, const Matrix &H, const ColumnVector &c)
-
- : {}QPSOL (const ColumnVector &x, const Matrix &H, const Bounds &b)
-
- : {}QPSOL (const ColumnVector &x, const Matrix &H, const LinConst &lc)
-
- : {}QPSOL (const ColumnVector &x, const Matrix &H, const ColumnVector &c, const Bounds &b)
-
- : {}QPSOL (const ColumnVector &x, const Matrix &H, const ColumnVector &c, const LinConst &lc)
-
- : {}QPSOL (const ColumnVector &x, const Matrix &H, const Bounds &b, const LinConst &lc)
-
- : {}QPSOL (const ColumnVector &x, const Matrix &H, const ColumnVector &c, const Bounds &b, const LinConst &lc)
-
- : {}QPSOL (const QPSOL &a)
-
- : QPSOL& operator = (const QPSOL &a)
-
- : ColumnVector minimize (double &objf, int &inform, ColumnVector &lambda)
-
Go to the first, previous, next, last section, table of contents.