The xfblasOperation_t type indicates which operation needs to be performed with the matrix.
| Value |
Meaning |
| XFBLAS_OP_N |
The non-transpose operation is selected |
| XFBLAS_OP_T |
The transpose operation is selected |
| XFBLAS_OP_C |
The conjugate transpose operation is selected |