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

Function srot

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

Source from the content-addressed store, hash-verified

797}
798
799void srot(int N, float *x, int incx, float *y, int incy, float c, float s)
800{
801 srot_(&N, x, &incx, y, &incy, &c, &s);
802}
803
804void drot(int N, double *x, int incx, double *y, int incy, double c, double s)
805{

Callers 1

blasSrotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected