#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). | |
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.
|
|
Definition at line 421 of file NLPInterfacePack_NLPSerialPreprocess.hpp. |
|
||||||||||||
|
Definition at line 424 of file NLPInterfacePack_NLPSerialPreprocess.hpp. |
|
|
Gradient of objective function
Definition at line 428 of file NLPInterfacePack_NLPSerialPreprocess.hpp. |
|
|
Pointer to objective function
Definition at line 430 of file NLPInterfacePack_NLPSerialPreprocess.hpp. |
|
|
Pointer to constraints residual
Definition at line 432 of file NLPInterfacePack_NLPSerialPreprocess.hpp. |
|
|
Pointer to constraints residual
Definition at line 434 of file NLPInterfacePack_NLPSerialPreprocess.hpp. |
1.3.9.1