MCPcopy 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
724void zcopy( int n, doublecomplex *x, int incx, doublecomplex *y, int incy)
725{
726 zcopy_(&n, x, &incx, y, &incy);
727}
728
729void sswap( int n, float *x, int incx, float *y, int incy)
730{

Callers 1

blasZcopyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected