Word description Calculate the matrix product αAB and return a freshly allocated matrix containing the result. The width of A and the height of B must match. The returned matrix's height will be the same as A's, and its width will match B's. Corresponds to the xGEMM routines in BLAS.