|
Couenne
0.5.8
|
expression matrices. More...
#include <CouenneExprHess.hpp>
Public Member Functions | |
| ExprHess () | |
| ExprHess (CouenneProblem *) | |
| ExprHess (const ExprHess &) | |
| ExprHess & | operator= (const ExprHess &) |
| ExprHess * | clone () |
| ~ExprHess () | |
| int | nnz () |
| int * | iRow () |
| int * | jCol () |
| int * | numL () |
| int ** | lamI () |
| expression *** | expr () |
expression matrices.
Used to evaluate the Hessian of the Lagrangian function at an optimal solution of the NLP
Definition at line 21 of file CouenneExprHess.hpp.
| Couenne::ExprHess::ExprHess | ( | ) |
| Couenne::ExprHess::ExprHess | ( | CouenneProblem * | ) |
| Couenne::ExprHess::ExprHess | ( | const ExprHess & | ) |
| Couenne::ExprHess::~ExprHess | ( | ) |
| ExprHess* Couenne::ExprHess::clone | ( | ) |
|
inline |
Definition at line 63 of file CouenneExprHess.hpp.
|
inline |
Definition at line 64 of file CouenneExprHess.hpp.
|
inline |
Definition at line 65 of file CouenneExprHess.hpp.
|
inline |
Definition at line 66 of file CouenneExprHess.hpp.
|
inline |
Definition at line 67 of file CouenneExprHess.hpp.
|
inline |
Definition at line 69 of file CouenneExprHess.hpp.
1.8.17