Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ printResult
Function
printResult
src/samples/example_sspmv.c:62–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
static const int incy = 1;
61
62
static void
63
printResult(void)
64
{
65
size_t i;
66
67
printf(
"Result:\n\n"
);
68
for (i = 0; i < N; i++) {
69
printf(
"%.3f\n"
, Y[i * incy]);
70
}
71
}
72
73
int
74
main(void)
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected