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::NLPSerialPreprocess::ObjGradInfoSerial Struct Reference

Struct for serial gradient (objective), objective and constriants (pointers) More...

#include <NLPInterfacePack_NLPSerialPreprocess.hpp>

Public Member Functions

 ObjGradInfoSerial ()
 
 ObjGradInfoSerial (DVector *Gf_in, const ZeroOrderInfoSerial &first_order_info_in)
 

Public Attributes

DVector * Gf
 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...
 
DVector * c
 Pointer to constraints residual c (may be NULL if not set) More...
 
DVector * h
 Pointer to constraints residual h (may be NULL if not set) More...
 

Detailed Description

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

Objects of this type are passed on to subclasses and contain pointers to quantities to be updated. Note that NLP subclasses are not to resize the DVector objects *Gf, *c or h since the these will already be resized.

Definition at line 431 of file NLPInterfacePack_NLPSerialPreprocess.hpp.

Constructor & Destructor Documentation

NLPInterfacePack::NLPSerialPreprocess::ObjGradInfoSerial::ObjGradInfoSerial ( )
inline

Definition at line 434 of file NLPInterfacePack_NLPSerialPreprocess.hpp.

NLPInterfacePack::NLPSerialPreprocess::ObjGradInfoSerial::ObjGradInfoSerial ( DVector *  Gf_in,
const ZeroOrderInfoSerial first_order_info_in 
)
inline

Definition at line 437 of file NLPInterfacePack_NLPSerialPreprocess.hpp.

Member Data Documentation

DVector* NLPInterfacePack::NLPSerialPreprocess::ObjGradInfoSerial::Gf

Gradient of objective function Gf (may be NULL if not set)

Definition at line 441 of file NLPInterfacePack_NLPSerialPreprocess.hpp.

value_type* NLPInterfacePack::NLPSerialPreprocess::ObjGradInfoSerial::f

Pointer to objective function f (may be NULL if not set)

Definition at line 443 of file NLPInterfacePack_NLPSerialPreprocess.hpp.

DVector* NLPInterfacePack::NLPSerialPreprocess::ObjGradInfoSerial::c

Pointer to constraints residual c (may be NULL if not set)

Definition at line 445 of file NLPInterfacePack_NLPSerialPreprocess.hpp.

DVector* NLPInterfacePack::NLPSerialPreprocess::ObjGradInfoSerial::h

Pointer to constraints residual h (may be NULL if not set)

Definition at line 447 of file NLPInterfacePack_NLPSerialPreprocess.hpp.


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