|
NLPInterfacePack: C++ Interfaces and Implementation for Non-Linear Programs Version of the Day
|
Struct for gradient (objective), objective and constriants (pointers) More...
#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) | |
Struct for gradient (objective), objective and constriants (pointers)
Definition at line 254 of file NLPInterfacePack_NLPObjGrad.hpp.
| NLPInterfacePack::NLPObjGrad::ObjGradInfo::ObjGradInfo | ( | ) | [inline] |
Definition at line 256 of file NLPInterfacePack_NLPObjGrad.hpp.
| NLPInterfacePack::NLPObjGrad::ObjGradInfo::ObjGradInfo | ( | VectorMutable * | Gf_in, |
| const ZeroOrderInfo & | first_order_info_in | ||
| ) | [inline] |
Definition at line 260 of file NLPInterfacePack_NLPObjGrad.hpp.
| VectorMutable* NLPInterfacePack::NLPObjGrad::ObjGradInfo::Gf |
Pointer to gradient of objective function Gf (may be NULL if not set)
Definition at line 264 of file NLPInterfacePack_NLPObjGrad.hpp.
| value_type* NLPInterfacePack::NLPObjGrad::ObjGradInfo::f |
Pointer to objective function f (may be NULL if not set)
Definition at line 266 of file NLPInterfacePack_NLPObjGrad.hpp.
| VectorMutable* NLPInterfacePack::NLPObjGrad::ObjGradInfo::c |
Pointer to constraints residual c (may be NULL if not set)
Definition at line 268 of file NLPInterfacePack_NLPObjGrad.hpp.
1.7.4