Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ printResult
Function
printResult
src/samples/example_csscal.c:44–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
43
44
static void
45
printResult(void)
46
{
47
size_t i;
48
printf(
"\nResult:\n"
);
49
50
for (i = 0; i < N; i++) {
51
printf(
"(%f, %-f) \n"
, CREAL(X[i]), CIMAG(X[i]));
52
}
53
}
54
55
int
56
main(void)
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected