MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / zdrot

Function zdrot

src/tests/correctness/blas-lapack.c:814–817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

812}
813
814void zdrot(int N, doublecomplex *cx, int incx, doublecomplex *cy, int incy, double c, double s)
815{
816 zdrot_(&N, cx, &incx, cy, &incy, &c, &s);
817}
818
819void srotm(int N, float *X, int incx, float *Y, int incy, float* PARAM)
820{

Callers 1

blasZdrotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected