#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). | |
Definition at line 247 of file NLPInterfacePack_NLPFirstOrder.hpp.
|
|
Definition at line 249 of file NLPInterfacePack_NLPFirstOrder.hpp. |
|
||||||||||||
|
Definition at line 253 of file NLPInterfacePack_NLPFirstOrder.hpp. |
|
|
Pointer to Jacobian of equality constraints
Definition at line 257 of file NLPInterfacePack_NLPFirstOrder.hpp. |
|
|
Pointer to gradient of objective function
Definition at line 259 of file NLPInterfacePack_NLPFirstOrder.hpp. |
|
|
Pointer to objective function
Definition at line 261 of file NLPInterfacePack_NLPFirstOrder.hpp. |
|
|
Pointer to equality constraints residule
Definition at line 263 of file NLPInterfacePack_NLPFirstOrder.hpp. |
1.3.9.1