num/daxpby.h File Reference
Go to the source code of this file.
Defines |
#define | NPS_DAXPY_LKG static inline |
Functions |
NPS_DAXPY_LKG void | nps_blas_daxpby (unsigned long n, double a, const double *const x, unsigned long incX, double b, const double *const y, unsigned long incY) |
Define Documentation
#define NPS_DAXPY_LKG static inline |
Function Documentation
NPS_DAXPY_LKG void nps_blas_daxpby |
( |
unsigned long |
n, |
|
|
double |
a, |
|
|
const double *const |
x, |
|
|
unsigned long |
incX, |
|
|
double |
b, |
|
|
const double *const |
y, |
|
|
unsigned long |
incY | |
|
) |
| | |