MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / complex_imag

Function complex_imag

src/tests/blas-cblas.c:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34float
35complex_imag(complex z)
36{
37 return z.imag;
38}
39
40doublecomplex
41compose_doublecomplex(double x, double y)

Callers 7

blasCgemvFunction · 0.85
blasCgemmFunction · 0.85
blasCtrmmFunction · 0.85
blasCtrsmFunction · 0.85
blasCsyr2kFunction · 0.85
blasCsyrkFunction · 0.85
blasCtrsvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected