Go to the source code of this file.
Functions |
int | CMatInit (CMat *A, int r, int *m, int *nnz, int **indices, double **values, int flag#ifdef W_MPI, MPI_Comm comm#endif) |
int | CMatFree (CMat *A) |
int | CMatComShape (CMat *mat, int flag) |
int | CMatVecProd (CMat *A, double *xvalues, double *yvalues, int pflag) |
int | CTrMatVecProd (CMat *A, double *in_values, double *out_values, int pflag) |
Function Documentation
int CMatInit |
( |
CMat * |
A, |
|
|
int |
r, |
|
|
int * |
m, |
|
|
int * |
nnz, |
|
|
int ** |
indices, |
|
|
double ** |
values, |
|
|
int flag#ifdef |
W_MPI, |
|
|
MPI_Comm comm# |
endif |
|
) |
| |
int CMatComShape |
( |
CMat * |
mat, |
|
|
int |
flag |
|
) |
| |
int CMatVecProd |
( |
CMat * |
A, |
|
|
double * |
xvalues, |
|
|
double * |
yvalues, |
|
|
int |
pflag |
|
) |
| |
int CTrMatVecProd |
( |
CMat * |
A, |
|
|
double * |
in_values, |
|
|
double * |
out_values, |
|
|
int |
pflag |
|
) |
| |