We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3de2a commit fd75b40Copy full SHA for fd75b40
src/samples/example_ctrsm.c
@@ -71,7 +71,7 @@ printResult(const char* str)
71
nrows = (sizeof(result) / sizeof(FloatComplex)) / ldb;
72
for (i = 0; i < nrows; i++) {
73
for (j = 0; j < ldb; j++) {
74
- printf("%.5f ", result[i * ldb + j].x);
+ printf("%.5f ", result[i * ldb + j].s[0]);
75
}
76
printf("\n");
77
0 commit comments