MIDAPACK - MIcrowave Data Analysis PACKage
1.1b
Parallel software tools for high performance CMB DA analysis
|
Go to the source code of this file.
Data Structures | |
struct | CMat |
Matrix structure A* = (A0* | A1* | ... | Ap-1* ) More... |
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 *A, int flag) |
int | CMatVecProd (CMat *A, double *x, double *y, int pflag) |
int | CTrMatVecProd (CMat *A, double *y, double *x, int pflag) |
Definition in file mapmatc.h.
int CMatInit | ( | CMat * | A, |
int | r, | ||
int * | m, | ||
int * | nnz, | ||
int ** | indices, | ||
double ** | values, | ||
int flag#ifdef | W_MPI, | ||
MPI_Comm comm# | endif | ||
) |
int CMatVecProd | ( | CMat * | A, |
double * | x, | ||
double * | y, | ||
int | pflag | ||
) |