Bound constrained Newton class that requires an NLP2. More...
Public Member Functions | |
OptBCNewton2Deriv (NLP2 *p, TOLS t) | |
OptBCNewton2Deriv (NLP2 *p, UPDATEFCN u) | |
OptBCNewton2Deriv (NLP2 *p) | |
Protected Member Functions | |
NLP1 * | nlprob () const |
returns an NLP1 pointer | |
NLP2 * | nlprob2 () const |
returns an NLP2 pointer |
Bound constrained Newton class that requires an NLP2.
Definition at line 261 of file OptBCNewtonLike.h.
NLP1* OPTPP::OptBCNewton2Deriv::nlprob | ( | ) | const [inline, protected, virtual] |
returns an NLP1 pointer
Implements OPTPP::OptBCNewtonLike.
Definition at line 277 of file OptBCNewtonLike.h.
NLP2* OPTPP::OptBCNewton2Deriv::nlprob2 | ( | ) | const [inline, protected] |
returns an NLP2 pointer
Definition at line 279 of file OptBCNewtonLike.h.