NLPInterfacePack: C++ Interfaces and Implementation for Non-Linear Programs
Version of the Day
|
Struct for zero and first order quantities (pointers) More...
#include <NLPInterfacePack_NLPFirstOrder.hpp>
Public Member Functions | |
FirstOrderInfo () | |
FirstOrderInfo (MatrixOp *Gc_in, const ObjGradInfo &obj_grad) | |
Public Attributes | |
MatrixOp * | Gc |
Pointer to Jacobian of equality constraints Gc (may be NULL if not set) More... | |
VectorMutable * | Gf |
Pointer to 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... | |
VectorMutable * | c |
Pointer to equality constraints residule c (may be NULL if not set) More... | |
Struct for zero and first order quantities (pointers)
Definition at line 260 of file NLPInterfacePack_NLPFirstOrder.hpp.
|
inline |
Definition at line 262 of file NLPInterfacePack_NLPFirstOrder.hpp.
|
inline |
Definition at line 266 of file NLPInterfacePack_NLPFirstOrder.hpp.
MatrixOp* NLPInterfacePack::NLPFirstOrder::FirstOrderInfo::Gc |
Pointer to Jacobian of equality constraints Gc
(may be NULL if not set)
Definition at line 270 of file NLPInterfacePack_NLPFirstOrder.hpp.
VectorMutable* NLPInterfacePack::NLPFirstOrder::FirstOrderInfo::Gf |
Pointer to gradient of objective function Gf
(may be NULL if not set)
Definition at line 272 of file NLPInterfacePack_NLPFirstOrder.hpp.
value_type* NLPInterfacePack::NLPFirstOrder::FirstOrderInfo::f |
Pointer to objective function f
(may be NULL if not set)
Definition at line 274 of file NLPInterfacePack_NLPFirstOrder.hpp.
VectorMutable* NLPInterfacePack::NLPFirstOrder::FirstOrderInfo::c |
Pointer to equality constraints residule c
(may be NULL if not set)
Definition at line 276 of file NLPInterfacePack_NLPFirstOrder.hpp.