Word description Calculate the matrix product αAB + βC and overwrite the current contents of C with the result. The width of A and the height of B must match, as must the heights of A and C, and the widths of B and C. Corresponds to the xGEMM routines in BLAS.