Unconstrained Newton class that accepts either an NLP or NLP2. More...
Public Member Functions | |
| OptNewton1Deriv (NLP1 *p, TOLS t) | |
| OptNewton1Deriv (NLP1 *p, UPDATEFCN u) | |
| OptNewton1Deriv (NLP1 *p) | |
Protected Member Functions | |
| NLP1 * | nlprob () const |
| returns an NLP1 pointer | |
Unconstrained Newton class that accepts either an NLP or NLP2.
Definition at line 215 of file OptNewtonLike.h.
| NLP1* OPTPP::OptNewton1Deriv::nlprob | ( | ) | const [inline, protected, virtual] |
returns an NLP1 pointer
Implements OPTPP::OptNewtonLike.
Definition at line 235 of file OptNewtonLike.h.
1.6.3