MCPcopy 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
4591double
4592blasDzasum(
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
4602FloatComplex

Callers 1

asumMethod · 0.85

Calls 1

dzasumFunction · 0.85

Tested by

no test coverage detected