Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
769
void srotg(float *A, float *B, float *C, float *S)
770
{
771
srotg_(A, B, C, S);
772
}
773
774
void drotg(double *A, double *B, double *C, double *S)
775
{
Callers
1
blasSrotg
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected