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

Function printResult

src/samples/example_sscal.c:43–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41static const int incx = 1;
42
43static void
44printResult(void)
45{
46 size_t i;
47 printf("\nResult:\n");
48
49 for (i = 0; i < N; i++) {
50 printf("\t%f", X[i] );
51 printf("\n");
52 }
53}
54
55int
56main(void)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected