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

Public Member Functions | |
| OptConstrQNewton () | |
| OptConstrQNewton (NLP1 *p) | |
| OptConstrQNewton (NLP1 *p, UPDATEFCN u) | |
| OptConstrQNewton (NLP1 *p, TOLS t) | |
| virtual | ~OptConstrQNewton () |
| NEWMAT::SymmetricMatrix | updateH (NEWMAT::SymmetricMatrix &H, int k) |
| Compute BFGS appoximation to the Hessian. | |
| int | checkDeriv () |
| Compare the analytic gradient with the finite difference gradient. | |
|
|
Default Constructor |
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Destructor |
|
|
Compare the analytic gradient with the finite difference gradient.
Reimplemented from OPTPP::OptConstrNewtonLike. |
|
||||||||||||
|
Compute BFGS appoximation to the Hessian.
Implements OPTPP::OptConstrNewtonLike. |