#include "getRow_dh.h"
#include "Mat_dh.h"
#include "Euclid_dh.h"
#include "Mem_dh.h"
Go to the source code of this file.
|
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" |
#define __FUNC__ "EuclidRestoreRow" |
#define __FUNC__ "EuclidGetDimensions" |
#define __FUNC__ "PrintMatUsingGetRow" |
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 |
|
) |
| |