|
Ifpack Package Browser (Single Doxygen Collection) Development
|

Go to the source code of this file.
Macros | |
| #define | __FUNC__ "EuclidGetRow" |
| #define | __FUNC__ "EuclidRestoreRow" |
| #define | __FUNC__ "EuclidGetDimensions" |
| #define | __FUNC__ "PrintMatUsingGetRow" |
Functions | |
| void | EuclidGetRow (void *A, int row, int *len, int **ind, double **val) |
| void | EuclidRestoreRow (void *A, int row, int *len, int **ind, double **val) |
| void | EuclidGetDimensions (void *A, int *beg_row, int *rowsLocal, int *rowsGlobal) |
| void | PrintMatUsingGetRow (void *A, int beg_row, int m, int *n2o_row, int *n2o_col, char *filename) |
| #define __FUNC__ "EuclidGetRow" |
Definition at line 54 of file getRow_dh.c.
| #define __FUNC__ "EuclidRestoreRow" |
Definition at line 54 of file getRow_dh.c.
| #define __FUNC__ "EuclidGetDimensions" |
Definition at line 54 of file getRow_dh.c.
| #define __FUNC__ "PrintMatUsingGetRow" |
Definition at line 54 of file getRow_dh.c.
| void EuclidGetRow | ( | void * | A, |
| int | row, | ||
| int * | len, | ||
| int ** | ind, | ||
| double ** | val ) |
Definition at line 56 of file getRow_dh.c.
| void EuclidRestoreRow | ( | void * | A, |
| int | row, | ||
| int * | len, | ||
| int ** | ind, | ||
| double ** | val ) |
Definition at line 80 of file getRow_dh.c.
| void EuclidGetDimensions | ( | void * | A, |
| int * | beg_row, | ||
| int * | rowsLocal, | ||
| int * | rowsGlobal ) |
Definition at line 89 of file getRow_dh.c.
| void PrintMatUsingGetRow | ( | void * | A, |
| int | beg_row, | ||
| int | m, | ||
| int * | n2o_row, | ||
| int * | n2o_col, | ||
| char * | filename ) |
Definition at line 121 of file getRow_dh.c.