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

Function srotm

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

Source from the content-addressed store, hash-verified

817}
818
819void srotm(int N, float *X, int incx, float *Y, int incy, float* PARAM)
820{
821 srotm_(&N, X, &incx, Y, &incy, PARAM);
822}
823
824void drotm(int N, double *X, int incx, double *Y, int incy, double* PARAM)
825{

Callers 1

blasSrotmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected