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::ZeroOrderInfoSerial Struct Reference

Struct for objective and constriants (pointer) as serial vectors. More...

#include <NLPInterfacePack_NLPSerialPreprocess.hpp>

Public Member Functions

 ZeroOrderInfoSerial ()
 
 ZeroOrderInfoSerial (value_type *f_in, DVector *c_in, DVector *h_in)
 

Public Attributes

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 objective and constriants (pointer) as serial vectors.

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 *c or h since the these will already be resized.

Definition at line 406 of file NLPInterfacePack_NLPSerialPreprocess.hpp.

Constructor & Destructor Documentation

NLPInterfacePack::NLPSerialPreprocess::ZeroOrderInfoSerial::ZeroOrderInfoSerial ( )
inline

Definition at line 409 of file NLPInterfacePack_NLPSerialPreprocess.hpp.

NLPInterfacePack::NLPSerialPreprocess::ZeroOrderInfoSerial::ZeroOrderInfoSerial ( value_type *  f_in,
DVector *  c_in,
DVector *  h_in 
)
inline

Definition at line 412 of file NLPInterfacePack_NLPSerialPreprocess.hpp.

Member Data Documentation

value_type* NLPInterfacePack::NLPSerialPreprocess::ZeroOrderInfoSerial::f

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

Definition at line 416 of file NLPInterfacePack_NLPSerialPreprocess.hpp.

DVector* NLPInterfacePack::NLPSerialPreprocess::ZeroOrderInfoSerial::c

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

Definition at line 418 of file NLPInterfacePack_NLPSerialPreprocess.hpp.

DVector* NLPInterfacePack::NLPSerialPreprocess::ZeroOrderInfoSerial::h

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

Definition at line 420 of file NLPInterfacePack_NLPSerialPreprocess.hpp.


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