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

Function zswap

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

Source from the content-addressed store, hash-verified

742}
743
744void zswap( int n, doublecomplex *x, int incx, doublecomplex *y, int incy)
745{
746 zswap_(&n, x, &incx, y, &incy);
747}
748
749void saxpy( int n, float alpha, float *x, int incx, float *y, int incy)
750{

Callers 1

blasZswapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected