MOOCHO (Single Doxygen Collection)
Version of the Day
|
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... | |
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.
|
inline |
Definition at line 434 of file NLPInterfacePack_NLPSerialPreprocess.hpp.
|
inline |
Definition at line 437 of file NLPInterfacePack_NLPSerialPreprocess.hpp.
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.