#include <OptFDNIPS.h>
Inheritance diagram for OPTPP::OptFDNIPS:

Public Member Functions | |
| OptFDNIPS () | |
| OptFDNIPS (NLP1 *p) | |
| OptFDNIPS (NLP1 *p, UPDATEFCN u) | |
| OptFDNIPS (NLP1 *p, TOLS t) | |
| virtual | ~OptFDNIPS () |
| Destructor. | |
| virtual int | checkDeriv () |
| Compare the analytic gradient to the finite-difference gradient. | |
| virtual NEWMAT::SymmetricMatrix | updateH (NEWMAT::SymmetricMatrix &H, int k) |
| Computes finite-difference Hessian of the Lagrangian. | |
Protected Member Functions | |
| NLP1 * | nlprob () const |
| pointer to NLP1 | |
Private Attributes | |
| NLP1 * | nlp |
| a pointer to an NLP1 object. | |
|
|
Default Constructor |
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Destructor.
|
|
|
Compare the analytic gradient to the finite-difference gradient.
Reimplemented from OPTPP::OptNIPSLike. |
|
|
pointer to NLP1
Implements OPTPP::OptNIPSLike. |
|
||||||||||||
|
Computes finite-difference Hessian of the Lagrangian.
Implements OPTPP::OptNIPSLike. |
|
|
a pointer to an NLP1 object.
|