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