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