|
Couenne
0.2
|
Jacobian of the problem (computed through Couenne expression classes). More...
#include <CouenneExprJac.hpp>
Public Member Functions | |
| ExprJac () | |
| ExprJac (CouenneProblem *) | |
| ~ExprJac () | |
| ExprJac (const ExprJac &) | |
| ExprJac * | clone () |
| ExprJac & | operator= (const ExprJac &) |
| int | nnz () const |
| int * | iRow () const |
| int * | jCol () const |
| expression ** | expr () const |
| int | nRows () const |
Private Attributes | |
| int | nnz_ |
| number of (symbolic) nonzeroes More... | |
| int * | iRow_ |
| row indices (read this way by eval_jac_g) More... | |
| int * | jCol_ |
| col indices More... | |
| expression ** | expr_ |
| nonzero expression elements (there are nnz_ of them) More... | |
| int | nRows_ |
| number of actual constraints More... | |
Jacobian of the problem (computed through Couenne expression classes).
Definition at line 21 of file CouenneExprJac.hpp.
| Couenne::ExprJac::ExprJac | ( | ) |
| Couenne::ExprJac::ExprJac | ( | CouenneProblem * | ) |
| Couenne::ExprJac::~ExprJac | ( | ) |
| Couenne::ExprJac::ExprJac | ( | const ExprJac & | ) |
| ExprJac* Couenne::ExprJac::clone | ( | ) |
|
inline |
Definition at line 43 of file CouenneExprJac.hpp.
References nnz_.
|
inline |
Definition at line 44 of file CouenneExprJac.hpp.
References iRow_.
|
inline |
Definition at line 45 of file CouenneExprJac.hpp.
References jCol_.
|
inline |
Definition at line 47 of file CouenneExprJac.hpp.
References expr_.
|
inline |
Definition at line 49 of file CouenneExprJac.hpp.
References nRows_.
|
private |
number of (symbolic) nonzeroes
Definition at line 25 of file CouenneExprJac.hpp.
Referenced by nnz().
|
private |
row indices (read this way by eval_jac_g)
Definition at line 26 of file CouenneExprJac.hpp.
Referenced by iRow().
|
private |
|
private |
nonzero expression elements (there are nnz_ of them)
Definition at line 29 of file CouenneExprJac.hpp.
Referenced by expr().
|
private |
number of actual constraints
Definition at line 31 of file CouenneExprJac.hpp.
Referenced by nRows().
1.8.5