|
MOOCHO (Single Doxygen Collection)
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) More... | |
| value_type * | f |
Pointer to objective function f (may be NULL if not set) More... | |
| VectorMutable * | c |
Pointer to constraints residual c (may be NULL if not set) More... | |
Struct for gradient (objective), objective and constriants (pointers)
Definition at line 267 of file NLPInterfacePack_NLPObjGrad.hpp.
|
inline |
Definition at line 269 of file NLPInterfacePack_NLPObjGrad.hpp.
|
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.8.6