NLPInterfacePack: C++ Interfaces and Implementation for Non-Linear Programs  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Public Attributes | List of all members
NLPInterfacePack::NLPObjGrad::ObjGradInfo Struct Reference

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

VectorMutableGf
 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...
 
VectorMutablec
 Pointer to constraints residual c (may be NULL if not set) More...
 

Detailed Description

Struct for gradient (objective), objective and constriants (pointers)

Definition at line 267 of file NLPInterfacePack_NLPObjGrad.hpp.

Constructor & Destructor Documentation

NLPInterfacePack::NLPObjGrad::ObjGradInfo::ObjGradInfo ( )
inline

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.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: