Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ blasDzasum
Function
blasDzasum
src/tests/blas.c:4591–4599 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4589
}
4590
4591
double
4592
blasDzasum(
4593
size_t N,
4594
DoubleComplex *X,
4595
size_t offx,
4596
int incx)
4597
{
4598
return dzasum( (int)N, (doublecomplex*)(X+offx), incx);
4599
}
4600
4601
//DOTC
4602
FloatComplex
Callers
1
asum
Method · 0.85
Calls
1
dzasum
Function · 0.85
Tested by
no test coverage detected