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

Function srotg

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

Source from the content-addressed store, hash-verified

767}
768
769void srotg(float *A, float *B, float *C, float *S)
770{
771 srotg_(A, B, C, S);
772}
773
774void drotg(double *A, double *B, double *C, double *S)
775{

Callers 1

blasSrotgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected