Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
799
void 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
804
void drot(int N, double *x, int incx, double *y, int incy, double c, double s)
805
{
Callers
1
blasSrot
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected