MTrowmatrix_t Struct Reference
[Multiple Tableau Gomory Cuts]

#include <mt_types.h>


Detailed Description

structure holding a compresed matrix in row form

Definition at line 62 of file mt_types.h.

Data Fields

int cspace
 space reserved for columns
int ncols
 number of columns in the matrix
int nrows
 number of rows in the matrix
int nz
 number of non-zeros in the matrix
int nzspace
 space reserved for non-zeros
int * rowbeg
 where each row begins (length rspace+1, since rowbeg[nrows] store the end of the last row)
int * rowind
 which column is asociated with the asociated position, length nzspace
double * rowval
 where we store the values in the matrix, length nzspace
int rspace
 space reserved for rows


Field Documentation

int MTrowmatrix_t::cspace
 

space reserved for columns

Definition at line 69 of file mt_types.h.

int MTrowmatrix_t::ncols
 

number of columns in the matrix

Definition at line 66 of file mt_types.h.

int MTrowmatrix_t::nrows
 

number of rows in the matrix

Definition at line 65 of file mt_types.h.

int MTrowmatrix_t::nz
 

number of non-zeros in the matrix

Definition at line 64 of file mt_types.h.

int MTrowmatrix_t::nzspace
 

space reserved for non-zeros

Definition at line 67 of file mt_types.h.

int* MTrowmatrix_t::rowbeg
 

where each row begins (length rspace+1, since rowbeg[nrows] store the end of the last row)

Definition at line 71 of file mt_types.h.

int* MTrowmatrix_t::rowind
 

which column is asociated with the asociated position, length nzspace

Definition at line 73 of file mt_types.h.

double* MTrowmatrix_t::rowval
 

where we store the values in the matrix, length nzspace

Definition at line 70 of file mt_types.h.

int MTrowmatrix_t::rspace
 

space reserved for rows

Definition at line 68 of file mt_types.h.


The documentation for this struct was generated from the following file:
Generated on Mon Oct 26 09:17:01 2009 for MTgomory by  doxygen 1.4.6