9.6 Nonlinear Programming ¶
- : 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)¶
- : intsize(void) const¶
- : ColumnVectorminimize(void)¶
- : ColumnVectorminimize(double &objf)¶
- : ColumnVectorminimize(double &objf, int &inform)¶
- : ColumnVectorminimize(double &objf, int &inform, ColumnVector &lambda)¶
- : ColumnVectorminimize(const ColumnVector &x)¶
- : ColumnVectorminimize(const ColumnVector &x, double &objf)¶
- : ColumnVectorminimize(const ColumnVector &x, double &objf, int &inform)¶
- : ColumnVectorminimize(const ColumnVector &x, double &objf, int &inform, ColumnVector &lambda)¶