cublasZgemm
cublasZgemm is a routine in NVIDIA's cuBLAS library that performs general matrix-matrix multiplication on complex double-precision data. It is the complex counterpart to the real and single/double-precision GEMM routines and is used for multiplying matrices whose elements are in the cuDoubleComplex data type.
Operation and formula. The function computes C = alpha * op(A) * op(B) + beta * C, where op(X) denotes X,
Parameters and data types. The typical API takes a cuBLAS handle, two operation selectors (transa and transb),
Storage and usage notes. cuBLAS assumes column-major storage consistent with the BLAS standard; row-major data can