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

Public Member Functions | |
| OptQNewton () | |
| OptQNewton (NLP1 *p) | |
| OptQNewton (NLP1 *p, UPDATEFCN u) | |
| OptQNewton (NLP1 *p, TOLS t) | |
| virtual | ~OptQNewton () |
| NEWMAT::SymmetricMatrix | updateH (NEWMAT::SymmetricMatrix &H, int k) |
| Compute BFGS approximation to the Hessian of the objective function. | |
| int | checkDeriv () |
| Compare the analytic gradient with the finite difference gradient. | |
|
|
Default Constructor |
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Destructors |
|
|
Compare the analytic gradient with the finite difference gradient.
Reimplemented from OPTPP::OptNewtonLike. |
|
||||||||||||
|
Compute BFGS approximation to the Hessian of the objective function.
Implements OPTPP::OptNewtonLike. |