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

Function printResult

src/samples/example_srotm.c:61–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59};
60
61static void
62printResult(void)
63{
64 size_t i;
65 printf("\nResult:\n");
66
67 printf("X\n");
68 for (i = 0; i < N; i++) {
69 printf("\t%f\n", X[i]);
70 }
71 printf("Y\n");
72 for (i = 0; i < N; i++) {
73 printf("\t%f\n", Y[i]);
74 }
75}
76
77int
78main(void)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected