|
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) | |
| VectorMutable * | Gf |
Pointer to 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) | |
| VectorMutable * | c |
Pointer to equality constraints residule c (may be NULL if not set) | |
Struct for zero and first order quantities (pointers)
Definition at line 260 of file NLPInterfacePack_NLPFirstOrder.hpp.
Definition at line 262 of file NLPInterfacePack_NLPFirstOrder.hpp.
| NLPInterfacePack::NLPFirstOrder::FirstOrderInfo::FirstOrderInfo | ( | MatrixOp * | Gc_in, |
| const ObjGradInfo & | obj_grad | ||
| ) | [inline] |
Definition at line 266 of file NLPInterfacePack_NLPFirstOrder.hpp.
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.
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.
1.7.6.1