Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ sscal
Function
sscal
src/tests/correctness/blas-lapack.c:601–604 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
599
}
600
601
void sscal( int n, float alpha, float *x, int incx)
602
{
603
sscal_(&n, &alpha, x, &incx);
604
}
605
606
void dscal( int n, double alpha, double *x, int incx)
607
{
Callers
1
blasSscal
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected