|
NLPInterfacePack: C++ Interfaces and Implementation for Non-Linear Programs Version of the Day
|
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) | |
| DVector * | c |
Pointer to constraints residual c (may be NULL if not set) | |
| DVector * | h |
Pointer to constraints residual h (may be NULL if not set) | |
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 393 of file NLPInterfacePack_NLPSerialPreprocess.hpp.
| NLPInterfacePack::NLPSerialPreprocess::ZeroOrderInfoSerial::ZeroOrderInfoSerial | ( | ) | [inline] |
Definition at line 396 of file NLPInterfacePack_NLPSerialPreprocess.hpp.
| NLPInterfacePack::NLPSerialPreprocess::ZeroOrderInfoSerial::ZeroOrderInfoSerial | ( | value_type * | f_in, |
| DVector * | c_in, | ||
| DVector * | h_in | ||
| ) | [inline] |
Definition at line 399 of file NLPInterfacePack_NLPSerialPreprocess.hpp.
Pointer to objective function f (may be NULL if not set)
Definition at line 403 of file NLPInterfacePack_NLPSerialPreprocess.hpp.
Pointer to constraints residual c (may be NULL if not set)
Definition at line 405 of file NLPInterfacePack_NLPSerialPreprocess.hpp.
Pointer to constraints residual h (may be NULL if not set)
Definition at line 407 of file NLPInterfacePack_NLPSerialPreprocess.hpp.
1.7.4