Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ zscal
Function
zscal
src/tests/correctness/blas-lapack.c:616–619 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
614
}
615
616
void zscal( int n, doublecomplex* alpha, doublecomplex *x, int incx)
617
{
618
zscal_(&n, alpha, x, &incx);
619
}
620
621
void csscal( int n, float alpha, complex *x, int incx)
622
{
Callers
1
blasZscal
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected