Unconstrained Newton class that requires an NLP2. More...
Public Member Functions | |
OptNewton2Deriv (NLP2 *p, TOLS t) | |
OptNewton2Deriv (NLP2 *p, UPDATEFCN u) | |
OptNewton2Deriv (NLP2 *p) | |
Protected Member Functions | |
NLP1 * | nlprob () const |
returns an NLP1 pointer | |
NLP2 * | nlprob2 () const |
returns an NLP2 pointer |
Unconstrained Newton class that requires an NLP2.
Definition at line 242 of file OptNewtonLike.h.
NLP1* OPTPP::OptNewton2Deriv::nlprob | ( | ) | const [inline, protected, virtual] |
returns an NLP1 pointer
Implements OPTPP::OptNewtonLike.
Definition at line 262 of file OptNewtonLike.h.
NLP2* OPTPP::OptNewton2Deriv::nlprob2 | ( | ) | const [inline, protected] |
returns an NLP2 pointer
Definition at line 264 of file OptNewtonLike.h.