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