#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). | |
Definition at line 226 of file NLPInterfacePack_NLPSecondOrder.hpp.
|
|
Definition at line 228 of file NLPInterfacePack_NLPSecondOrder.hpp. |
|
||||||||||||
|
Definition at line 232 of file NLPInterfacePack_NLPSecondOrder.hpp. |
|
|
Pointer to Hessiand of the Lagrangian
Definition at line 237 of file NLPInterfacePack_NLPSecondOrder.hpp. |
|
|
Pointer to Hessian of the equality constraints
Definition at line 239 of file NLPInterfacePack_NLPSecondOrder.hpp. |
|
|
Pointer to gradient of objective function
Definition at line 241 of file NLPInterfacePack_NLPSecondOrder.hpp. |
|
|
Pointer to objective function
Definition at line 243 of file NLPInterfacePack_NLPSecondOrder.hpp. |
|
|
Pointer to equality constraints residule
Definition at line 245 of file NLPInterfacePack_NLPSecondOrder.hpp. |
1.3.9.1