|
NLPInterfacePack: C++ Interfaces and Implementation for Non-Linear Programs
Version of the Day
|
Struct for zero, first and second order quantities (pointers) More...
#include <NLPInterfacePack_NLPSecondOrder.hpp>
Public Member Functions | |
| SecondOrderInfo () | |
| | |
| SecondOrderInfo (MatrixSymOp *HL_in, const FirstOrderInfo &first_order_info) | |
| | |
Public Attributes | |
| MatrixSymOp * | HL |
Pointer to Hessiand of the Lagrangian HL) (may be NULL is not set) | |
| MatrixOp * | Gc |
Pointer to Hessian of the 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, first and second order quantities (pointers)
Definition at line 239 of file NLPInterfacePack_NLPSecondOrder.hpp.
Definition at line 241 of file NLPInterfacePack_NLPSecondOrder.hpp.
| NLPInterfacePack::NLPSecondOrder::SecondOrderInfo::SecondOrderInfo | ( | MatrixSymOp * | HL_in, |
| const FirstOrderInfo & | first_order_info | ||
| ) | [inline] |
Definition at line 245 of file NLPInterfacePack_NLPSecondOrder.hpp.
Pointer to Hessiand of the Lagrangian HL) (may be NULL is not set)
Definition at line 250 of file NLPInterfacePack_NLPSecondOrder.hpp.
Pointer to Hessian of the equality constraints Gc (may be NULL if not set)
Definition at line 252 of file NLPInterfacePack_NLPSecondOrder.hpp.
| VectorMutable* NLPInterfacePack::NLPSecondOrder::SecondOrderInfo::Gf |
Pointer to gradient of objective function Gf (may be NULL if not set)
Definition at line 254 of file NLPInterfacePack_NLPSecondOrder.hpp.
Pointer to objective function f (may be NULL if not set)
Definition at line 256 of file NLPInterfacePack_NLPSecondOrder.hpp.
| VectorMutable* NLPInterfacePack::NLPSecondOrder::SecondOrderInfo::c |
Pointer to equality constraints residule c (may be NULL if not set)
Definition at line 258 of file NLPInterfacePack_NLPSecondOrder.hpp.
1.7.6.1