|
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 267 of file NLPInterfacePack_NLPObjGrad.hpp.
Definition at line 269 of file NLPInterfacePack_NLPObjGrad.hpp.
| NLPInterfacePack::NLPObjGrad::ObjGradInfo::ObjGradInfo | ( | VectorMutable * | Gf_in, |
| const ZeroOrderInfo & | first_order_info_in | ||
| ) | [inline] |
Definition at line 273 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 277 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 279 of file NLPInterfacePack_NLPObjGrad.hpp.
| VectorMutable* NLPInterfacePack::NLPObjGrad::ObjGradInfo::c |
Pointer to constraints residual c (may be NULL if not set)
Definition at line 281 of file NLPInterfacePack_NLPObjGrad.hpp.
1.7.6.1