Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
819
void srotm(int N, float *X, int incx, float *Y, int incy, float* PARAM)
820
{
821
srotm_(&N, X, &incx, Y, &incy, PARAM);
822
}
823
824
void drotm(int N, double *X, int incx, double *Y, int incy, double* PARAM)
825
{
Callers
1
blasSrotm
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected