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

Function printResult

src/samples/example_chbmv.c:62–72  ·  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");
68
69 for (i = 0; i < N; i++) {
70 printf("(%9.2f, %-9.2f)\n", CREAL(Y[i * incy]), CIMAG(Y[i * incy]));
71 }
72}
73
74int
75main(void)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected