|
NLPInterfacePack: C++ Interfaces and Implementation for Non-Linear Programs 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) | |
| 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 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 418 of file NLPInterfacePack_NLPSerialPreprocess.hpp.
| NLPInterfacePack::NLPSerialPreprocess::ObjGradInfoSerial::ObjGradInfoSerial | ( | ) | [inline] |
Definition at line 421 of file NLPInterfacePack_NLPSerialPreprocess.hpp.
| NLPInterfacePack::NLPSerialPreprocess::ObjGradInfoSerial::ObjGradInfoSerial | ( | DVector * | Gf_in, |
| const ZeroOrderInfoSerial & | first_order_info_in | ||
| ) | [inline] |
Definition at line 424 of file NLPInterfacePack_NLPSerialPreprocess.hpp.
Gradient of objective function Gf (may be NULL if not set)
Definition at line 428 of file NLPInterfacePack_NLPSerialPreprocess.hpp.
Pointer to objective function f (may be NULL if not set)
Definition at line 430 of file NLPInterfacePack_NLPSerialPreprocess.hpp.
Pointer to constraints residual c (may be NULL if not set)
Definition at line 432 of file NLPInterfacePack_NLPSerialPreprocess.hpp.
Pointer to constraints residual h (may be NULL if not set)
Definition at line 434 of file NLPInterfacePack_NLPSerialPreprocess.hpp.
1.7.4