Couenne
0.5.8
|
Class for sparse Matrixs (used in modifying distances in FP) More...
#include <CouenneSparseMatrix.hpp>
Public Member Functions | |
CouenneSparseMatrix () | |
Constructor. More... | |
CouenneSparseMatrix (const CouenneSparseMatrix &) | |
Copy constructor. More... | |
CouenneSparseMatrix & | operator= (const CouenneSparseMatrix &rhs) |
Assignment. More... | |
CouenneSparseMatrix * | clone () |
Clone. More... | |
virtual | ~CouenneSparseMatrix () |
Destructor. More... | |
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.