72 const int&
num_rows()
const {
return _nrrows; }
78 const long&
size()
const {
return _size; }
80 double*
matrix(
const int& rowind = 0 )
const;
81 int*
row()
const {
return _rows; }
82 int*
column(
const int& rowind = 0 )
const;
103 void readIn( istream& In );
118 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