Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ printResult
Function
printResult
src/samples/example_stpsv.c:54–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
static const int incx = 1;
53
54
static void
55
printResult(void)
56
{
57
size_t i;
58
59
printf(
"Result:\n\n"
);
60
for (i = 0; i < N; i++) {
61
printf(
"%f \n"
, X[i * incx]);
62
}
63
}
64
65
int
66
main(void)
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected