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::NLPFirstOrder::FirstOrderInfo Struct Reference

Struct for zero and first order quantities (pointers) More...

#include <NLPInterfacePack_NLPFirstOrder.hpp>

Public Member Functions

 FirstOrderInfo ()
 
 FirstOrderInfo (MatrixOp *Gc_in, const ObjGradInfo &obj_grad)
 

Public Attributes

MatrixOp * Gc
 Pointer to Jacobian of equality constraints Gc (may be NULL if not set) More...
 
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 equality constraints residule c (may be NULL if not set) More...
 

Detailed Description

Struct for zero and first order quantities (pointers)

Definition at line 260 of file NLPInterfacePack_NLPFirstOrder.hpp.

Constructor & Destructor Documentation

NLPInterfacePack::NLPFirstOrder::FirstOrderInfo::FirstOrderInfo ( )
inline

Definition at line 262 of file NLPInterfacePack_NLPFirstOrder.hpp.

NLPInterfacePack::NLPFirstOrder::FirstOrderInfo::FirstOrderInfo ( MatrixOp *  Gc_in,
const ObjGradInfo obj_grad 
)
inline

Definition at line 266 of file NLPInterfacePack_NLPFirstOrder.hpp.

Member Data Documentation

MatrixOp* NLPInterfacePack::NLPFirstOrder::FirstOrderInfo::Gc

Pointer to Jacobian of equality constraints Gc (may be NULL if not set)

Definition at line 270 of file NLPInterfacePack_NLPFirstOrder.hpp.

VectorMutable* NLPInterfacePack::NLPFirstOrder::FirstOrderInfo::Gf

Pointer to gradient of objective function Gf (may be NULL if not set)

Definition at line 272 of file NLPInterfacePack_NLPFirstOrder.hpp.

value_type* NLPInterfacePack::NLPFirstOrder::FirstOrderInfo::f

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

Definition at line 274 of file NLPInterfacePack_NLPFirstOrder.hpp.

VectorMutable* NLPInterfacePack::NLPFirstOrder::FirstOrderInfo::c

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

Definition at line 276 of file NLPInterfacePack_NLPFirstOrder.hpp.


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