MIDAPACK - MIcrowave Data Analysis PACKage  1.1b
Parallel software tools for high performance CMB DA analysis
 All Data Structures Files Functions Variables Typedefs Groups Pages
multithreaded/sequential routines

Functions

int MatVecProd (Mat *A, double *x, double *y, int pflag)

Detailed Description

These are sequential and/or shared-memory routines.


Function Documentation

int MatVecProd ( Mat A,
double *  x,
double *  y,
int  pflag 
)

Perform matrix-vector multiplication, $y \leftarrow A x$.

Parameters:
Apointer to a Mat
xinput vector (overlapped)
youtput vector (distributed)

Definition at line 352 of file mapmat.c.