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

Function sswap

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

Source from the content-addressed store, hash-verified

727}
728
729void sswap( int n, float *x, int incx, float *y, int incy)
730{
731 sswap_(&n, x, &incx, y, &incy);
732}
733
734void dswap( int n, double *x, int incx, double *y, int incy)
735{

Callers 1

blasSswapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected