MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / printResult

Function printResult

src/samples/example_saxpy.c:55–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54
55static void
56printResult(void)
57{
58 size_t i;
59 printf("\nResult:\n");
60
61 printf("Y\n");
62 for (i = 0; i < N; i++) {
63 printf("\t%f\n", Y[i]);
64 }
65}
66
67int
68main(void)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected