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

Function printResult

src/samples/example_chpmv.c:60–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58static const int incy = 1;
59
60static void
61printResult(void)
62{
63 size_t i;
64
65 printf("Result:\n\n");
66 for (i = 0; i < N; i++) {
67 printf("(%9.2lf, %-9.2lf)\n", CREAL(Y[i * incy]), CIMAG(Y[i * incy]));
68 }
69}
70
71int
72main(void)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected