Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ zdscal
Function
zdscal
src/tests/correctness/blas-lapack.c:626–629 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
624
}
625
626
void zdscal( int n, double alpha, doublecomplex *x, int incx)
627
{
628
zdscal_(&n, &alpha, x, &incx);
629
}
630
631
float sdot( int n, float *x, int incx, float *y, int incy)
632
{
Callers
1
blasZdscal
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected