MCPcopy 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
709void scopy( int n, float *x, int incx, float *y, int incy)
710{
711 scopy_(&n, x, &incx, y, &incy);
712}
713
714void dcopy( int n, double *x, int incx, double *y, int incy)
715{

Callers 1

blasScopyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected