MOOCHO (Single Doxygen Collection)
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) 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... | |
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.
|
inline |
Definition at line 409 of file NLPInterfacePack_NLPSerialPreprocess.hpp.
|
inline |
Definition at line 412 of file NLPInterfacePack_NLPSerialPreprocess.hpp.
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.