Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
729
void sswap( int n, float *x, int incx, float *y, int incy)
730
{
731
sswap_(&n, x, &incx, y, &incy);
732
}
733
734
void dswap( int n, double *x, int incx, double *y, int incy)
735
{
Callers
1
blasSswap
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected