MCPcopy 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

48static const int incx = 1;
49
50static void
51printResult(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
61int
62main(void)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected