75 const int&
num_rows()
const {
return _nrrows; }
78 const int&
num_cols()
const {
return _nrcol ; }
81 const long&
size()
const {
return _size; }
83 double*
matrix(
const int& rowind =0 )
const;
84 int*
row()
const {
return _rows; }
85 int*
column(
const int& rowind = 0)
const;
106 void readIn( istream& In);
122 long int find(
int row,
int col);
int num_filled_cols(const int row) const
bool reduce_Matrix(int *xRef_list)
long int find(int row, int col)
void print_row(int rownr)
int * column(const int &rowind=0) const
void writeOut(ostream &Out)
void set_verbose(bool setting)
double & operator()(int row, int col)
double * matrix(const int &rowind=0) const
int num_filled_rows(const int col) const
const long & size() const
const int & num_rows() const
const int & num_cols() const