Go to the source code of this file.
|
| void | matvec_euclid_seq (int n, int *rp, int *cval, double *aval, double *x, double *y) |
| |
| double | InnerProd (int local_n, double *x, double *y) |
| |
| double | Norm2 (int local_n, double *x) |
| |
| void | Axpy (int n, double alpha, double *x, double *y) |
| |
| void | CopyVec (int n, double *xIN, double *yOUT) |
| |
| void | ScaleVec (int n, double alpha, double *x) |
| |
◆ matvec_euclid_seq()
| void matvec_euclid_seq |
( |
int | n, |
|
|
int * | rp, |
|
|
int * | cval, |
|
|
double * | aval, |
|
|
double * | x, |
|
|
double * | y ) |
|
extern |
◆ InnerProd()
| double InnerProd |
( |
int | local_n, |
|
|
double * | x, |
|
|
double * | y ) |
|
extern |
◆ Norm2()
| double Norm2 |
( |
int | local_n, |
|
|
double * | x ) |
|
extern |
◆ Axpy()
| void Axpy |
( |
int | n, |
|
|
double | alpha, |
|
|
double * | x, |
|
|
double * | y ) |
|
extern |
◆ CopyVec()
| void CopyVec |
( |
int | n, |
|
|
double * | xIN, |
|
|
double * | yOUT ) |
|
extern |
◆ ScaleVec()
| void ScaleVec |
( |
int | n, |
|
|
double | alpha, |
|
|
double * | x ) |
|
extern |