|
Couenne 0.5.8
|
Class for sparse Matrixs (used in modifying distances in FP) More...
#include <CouenneSparseMatrix.hpp>
Public Member Functions | |
| CouenneSparseMatrix () | |
| Constructor. | |
| CouenneSparseMatrix (const CouenneSparseMatrix &) | |
| Copy constructor. | |
| CouenneSparseMatrix & | operator= (const CouenneSparseMatrix &rhs) |
| Assignment. | |
| CouenneSparseMatrix * | clone () |
| Clone. | |
| virtual | ~CouenneSparseMatrix () |
| Destructor. | |
| int & | num () |
| Get methods. | |
| double *& | val () |
| values | |
| int *& | col () |
| column indices | |
| int *& | row () |
| row indices | |
Class for sparse Matrixs (used in modifying distances in FP)
Definition at line 17 of file CouenneSparseMatrix.hpp.
| Couenne::CouenneSparseMatrix::CouenneSparseMatrix | ( | ) |
Constructor.
| Couenne::CouenneSparseMatrix::CouenneSparseMatrix | ( | const CouenneSparseMatrix & | ) |
Copy constructor.
|
virtual |
Destructor.
| CouenneSparseMatrix & Couenne::CouenneSparseMatrix::operator= | ( | const CouenneSparseMatrix & | rhs | ) |
Assignment.
| CouenneSparseMatrix * Couenne::CouenneSparseMatrix::clone | ( | ) |
Clone.
|
inline |
|
inline |
values
Definition at line 38 of file CouenneSparseMatrix.hpp.
|
inline |
column indices
Definition at line 39 of file CouenneSparseMatrix.hpp.
|
inline |
row indices
Definition at line 40 of file CouenneSparseMatrix.hpp.