11 #ifndef COUENNESPARSEMATRIX_HPP
12 #define COUENNESPARSEMATRIX_HPP
37 int &
num () {
return num_;}
38 double *&
val () {
return val_;}
39 int *&
col () {
return col_;}
40 int *&
row () {
return row_;}
Class for sparse Matrixs (used in modifying distances in FP)
int *& col()
column indices
CouenneSparseMatrix * clone()
Clone.
CouenneSparseMatrix()
Constructor.
CouenneSparseMatrix & operator=(const CouenneSparseMatrix &rhs)
Assignment.
CouenneSparseMatrix(const CouenneSparseMatrix &)
Copy constructor.
virtual ~CouenneSparseMatrix()
Destructor.
general include file for different compilers