Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ zcopy
Function
zcopy
src/tests/correctness/blas-lapack.c:724–727 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
722
}
723
724
void zcopy( int n, doublecomplex *x, int incx, doublecomplex *y, int incy)
725
{
726
zcopy_(&n, x, &incx, y, &incy);
727
}
728
729
void sswap( int n, float *x, int incx, float *y, int incy)
730
{
Callers
1
blasZcopy
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected