MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / saxpy

Function saxpy

src/tests/correctness/blas-lapack.c:749–752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

747}
748
749void saxpy( int n, float alpha, float *x, int incx, float *y, int incy)
750{
751 saxpy_(&n, &alpha, x, &incx, y, &incy);
752}
753
754void daxpy( int n, double alpha, double *x, int incx, double *y, int incy)
755{

Callers 1

blasSaxpyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected