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

Public Member Functions | |
| OptBCFDNewton () | |
| OptBCFDNewton (NLP1 *p) | |
| OptBCFDNewton (NLP1 *p, UPDATEFCN u) | |
| OptBCFDNewton (NLP1 *p, TOLS t) | |
| virtual | ~OptBCFDNewton () |
| virtual int | checkDeriv () |
| Compare the analytic gradient with the finite difference gradient. | |
| NEWMAT::SymmetricMatrix | updateH (NEWMAT::SymmetricMatrix &H, int k) |
| Compute the Hessian or its approximation at the current point. | |
| virtual void | reset () |
Protected Attributes | |
| int | nactive |
| Number of variables in the active set. | |
| BoolVector | work_set |
| List of variables in the working set. | |
|
|
Default constructor |
|
|
Constructors
|
|
||||||||||||
|
Constructors
|
|
||||||||||||
|
|
|
|
Destructor |
|
|
Compare the analytic gradient with the finite difference gradient.
Reimplemented from OPTPP::OptBCNewtonLike. |
|
|
Reimplemented from OPTPP::OptBCNewtonLike. |
|
||||||||||||
|
Compute the Hessian or its approximation at the current point.
Implements OPTPP::OptBCNewtonLike. |
|
|
Number of variables in the active set.
|
|
|
List of variables in the working set.
|