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

Function printResult

src/samples/example_strsv.c:52–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected