Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ compose_complex
Function
compose_complex
src/tests/blas-cblas.c:21–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
20
21
complex
22
compose_complex(float x, float y)
23
{
24
complex z = { x, y };
25
return z;
26
}
27
28
float
29
complex_real(complex z)
Callers
15
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
blasCsymm
Function · 0.85
blasCgeru
Function · 0.85
blasCgerc
Function · 0.85
blasCher2
Function · 0.85
blasChemv
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected