Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
float
35
complex_imag(complex z)
36
{
37
return z.imag;
38
}
39
40
doublecomplex
41
compose_doublecomplex(double x, double y)
Callers
7
blasCgemv
Function · 0.85
blasCgemm
Function · 0.85
blasCtrmm
Function · 0.85
blasCtrsm
Function · 0.85
blasCsyr2k
Function · 0.85
blasCsyrk
Function · 0.85
blasCtrsv
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected