Go to the source code of this file.
 | 
| void  | EuclidGetDimensions (void *A, int *beg_row, int *rowsLocal, int *rowsGlobal) | 
|   | 
| void  | EuclidGetRow (void *A, int row, int *len, int **ind, double **val) | 
|   | 
| void  | EuclidRestoreRow (void *A, int row, int *len, int **ind, double **val) | 
|   | 
| int  | EuclidReadLocalNz (void *A) | 
|   | 
| void  | PrintMatUsingGetRow (void *A, int beg_row, int m, int *n2o_row, int *n2o_col, char *filename) | 
|   | 
      
        
          | void EuclidGetDimensions  | 
          ( | 
          void *  | 
          A,  | 
        
        
           | 
           | 
          int *  | 
          beg_row,  | 
        
        
           | 
           | 
          int *  | 
          rowsLocal,  | 
        
        
           | 
           | 
          int *  | 
          rowsGlobal  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | void EuclidGetRow  | 
          ( | 
          void *  | 
          A,  | 
        
        
           | 
           | 
          int  | 
          row,  | 
        
        
           | 
           | 
          int *  | 
          len,  | 
        
        
           | 
           | 
          int **  | 
          ind,  | 
        
        
           | 
           | 
          double **  | 
          val  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | void EuclidRestoreRow  | 
          ( | 
          void *  | 
          A,  | 
        
        
           | 
           | 
          int  | 
          row,  | 
        
        
           | 
           | 
          int *  | 
          len,  | 
        
        
           | 
           | 
          int **  | 
          ind,  | 
        
        
           | 
           | 
          double **  | 
          val  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | int EuclidReadLocalNz  | 
          ( | 
          void *  | 
          A | ) | 
           | 
        
      
 
 
      
        
          | void PrintMatUsingGetRow  | 
          ( | 
          void *  | 
          A,  | 
        
        
           | 
           | 
          int  | 
          beg_row,  | 
        
        
           | 
           | 
          int  | 
          m,  | 
        
        
           | 
           | 
          int *  | 
          n2o_row,  | 
        
        
           | 
           | 
          int *  | 
          n2o_col,  | 
        
        
           | 
           | 
          char *  | 
          filename  | 
        
        
           | 
          ) | 
           |  |