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

Function printResult

src/samples/example_strmv.c:51–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49static const int incx = 1;
50
51static void
52printResult(void)
53{
54 size_t i;
55
56 printf("Result:\n\n");
57 for (i = 0; i < N; i++) {
58 printf("%.3f\n", X[i * incx]);
59 }
60}
61
62int
63main(void)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected