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

Public Member Functions | |
| OptConstrFDNewton () | |
| OptConstrFDNewton (NLP1 *p) | |
| OptConstrFDNewton (NLP1 *p, UPDATEFCN u) | |
| OptConstrFDNewton (NLP1 *p, TOLS t) | |
| virtual | ~OptConstrFDNewton () |
| NEWMAT::SymmetricMatrix | updateH (NEWMAT::SymmetricMatrix &H, int k) |
| Compute finite-difference 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 finite-difference Hessian.
Implements OPTPP::OptConstrNewtonLike. |