#include <NLPInterfacePack_NLPObjGrad.hpp>
Public Member Functions | |
| ObjGradInfo () | |
| | |
| ObjGradInfo (VectorMutable *Gf_in, const ZeroOrderInfo &first_order_info_in) | |
| | |
Public Attributes | |
| VectorMutable * | Gf |
Pointer to gradient of objective function Gf (may be NULL if not set). | |
| value_type * | f |
Pointer to objective function f (may be NULL if not set). | |
| VectorMutable * | c |
Pointer to constraints residual c (may be NULL if not set). | |
Definition at line 254 of file NLPInterfacePack_NLPObjGrad.hpp.
|
|
Definition at line 256 of file NLPInterfacePack_NLPObjGrad.hpp. |
|
||||||||||||
|
Definition at line 260 of file NLPInterfacePack_NLPObjGrad.hpp. |
|
|
Pointer to gradient of objective function
Definition at line 264 of file NLPInterfacePack_NLPObjGrad.hpp. |
|
|
Pointer to objective function
Definition at line 266 of file NLPInterfacePack_NLPObjGrad.hpp. |
|
|
Pointer to constraints residual
Definition at line 268 of file NLPInterfacePack_NLPObjGrad.hpp. |
1.3.9.1