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_;}
CouenneSparseMatrix * clone()
Clone.
CouenneSparseMatrix & operator=(const CouenneSparseMatrix &rhs)
Assignment.
virtual ~CouenneSparseMatrix()
Destructor.
int *& col()
column indices
general include file for different compilers
CouenneSparseMatrix()
Constructor.
Class for sparse Matrixs (used in modifying distances in FP)