|
Ifpack Package Browser (Single Doxygen Collection) Development
|
#include "blas_dh.h"
Go to the source code of this file.
Macros | |
| #define | __FUNC__ "matvec_euclid_seq" |
| #define | __FUNC__ "Axpy" |
| #define | __FUNC__ "CopyVec" |
| #define | __FUNC__ "ScaleVec" |
| #define | __FUNC__ "InnerProd" |
| #define | __FUNC__ "Norm2" |
Functions | |
| void | matvec_euclid_seq (int n, int *rp, int *cval, double *aval, double *x, double *y) |
| 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) |
| double | InnerProd (int n, double *x, double *y) |
| double | Norm2 (int n, double *x) |
| void matvec_euclid_seq | ( | int | n, |
| int * | rp, | ||
| int * | cval, | ||
| double * | aval, | ||
| double * | x, | ||
| double * | y ) |