Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ scasum
Function
scasum
src/tests/correctness/blas-lapack.c:923–930 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
921
}
922
923
float scasum( int n, complex *x, int incx)
924
{
925
#ifdef __APPLE__
926
return cblas_scasum(n, x, incx);
927
#else
928
return scasum_(&n, x, &incx);
929
#endif
930
}
931
932
double dzasum( int n, doublecomplex *x, int incx)
933
{
Callers
1
blasScasum
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected