Bound constrained Newton class that will take either an NLP1 or NLP2. More...
Public Member Functions | |
OptBCNewton1Deriv (NLP1 *p, TOLS t) | |
OptBCNewton1Deriv (NLP1 *p, UPDATEFCN u) | |
OptBCNewton1Deriv (NLP1 *p) | |
Protected Member Functions | |
NLP1 * | nlprob () const |
returns an NLP1 pointer |
Bound constrained Newton class that will take either an NLP1 or NLP2.
Definition at line 231 of file OptBCNewtonLike.h.
NLP1* OPTPP::OptBCNewton1Deriv::nlprob | ( | ) | const [inline, protected, virtual] |
returns an NLP1 pointer
Implements OPTPP::OptBCNewtonLike.
Definition at line 251 of file OptBCNewtonLike.h.