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

Function printResult

src/samples/example_stbsv.c:55–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected