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

Function zaxpy

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

Source from the content-addressed store, hash-verified

762}
763
764void zaxpy( int n, doublecomplex *alpha, doublecomplex *x, int incx, doublecomplex *y, int incy)
765{
766 zaxpy_(&n, alpha, x, &incx, y, &incy);
767}
768
769void srotg(float *A, float *B, float *C, float *S)
770{

Callers 1

blasZaxpyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected