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

Function printResult

src/samples/example_sspmv.c:62–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60static const int incy = 1;
61
62static void
63printResult(void)
64{
65 size_t i;
66
67 printf("Result:\n\n");
68 for (i = 0; i < N; i++) {
69 printf("%.3f\n", Y[i * incy]);
70 }
71}
72
73int
74main(void)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected