Class for sparse Matrixs (used in modifying distances in FP)
More...
#include <CouenneSparseMatrix.hpp>
Class for sparse Matrixs (used in modifying distances in FP)
Definition at line 17 of file CouenneSparseMatrix.hpp.
| Couenne::CouenneSparseMatrix::CouenneSparseMatrix |
( |
| ) |
|
| virtual Couenne::CouenneSparseMatrix::~CouenneSparseMatrix |
( |
| ) |
|
|
virtual |
| int& Couenne::CouenneSparseMatrix::num |
( |
| ) |
|
|
inline |
| double*& Couenne::CouenneSparseMatrix::val |
( |
| ) |
|
|
inline |
| int*& Couenne::CouenneSparseMatrix::col |
( |
| ) |
|
|
inline |
| int*& Couenne::CouenneSparseMatrix::row |
( |
| ) |
|
|
inline |
| int Couenne::CouenneSparseMatrix::num_ |
|
private |
Stores the values of the Matrix of the Lagrangian at optimum for later use.
number of elements
Definition at line 45 of file CouenneSparseMatrix.hpp.
Referenced by num().
| double* Couenne::CouenneSparseMatrix::val_ |
|
private |
| int* Couenne::CouenneSparseMatrix::col_ |
|
private |
| int* Couenne::CouenneSparseMatrix::row_ |
|
private |
The documentation for this class was generated from the following file: