Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ scopy
Function
scopy
src/tests/correctness/blas-lapack.c:709–712 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
707
}
708
709
void scopy( int n, float *x, int incx, float *y, int incy)
710
{
711
scopy_(&n, x, &incx, y, &incy);
712
}
713
714
void dcopy( int n, double *x, int incx, double *y, int incy)
715
{
Callers
1
blasScopy
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected