Constrained Newton classes that require an NLP2. More...
Public Member Functions | |
OptConstrNewton2Deriv (NLP2 *p, TOLS t) | |
OptConstrNewton2Deriv (NLP2 *p, UPDATEFCN u) | |
OptConstrNewton2Deriv (NLP2 *p) | |
Protected Member Functions | |
NLP1 * | nlprob () const |
@ returns a pointer to an NLP1 | |
NLP2 * | nlprob2 () const |
@ returns a pointer to an NLP2 |
Constrained Newton classes that require an NLP2.
Definition at line 370 of file OptConstrNewtonLike.h.
NLP1* OPTPP::OptConstrNewton2Deriv::nlprob | ( | ) | const [inline, protected, virtual] |
@ returns a pointer to an NLP1
Implements OPTPP::OptConstrNewtonLike.
Definition at line 393 of file OptConstrNewtonLike.h.
NLP2* OPTPP::OptConstrNewton2Deriv::nlprob2 | ( | ) | const [inline, protected] |
@ returns a pointer to an NLP2
Definition at line 397 of file OptConstrNewtonLike.h.