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