Computes D = Alpha*A*B+ Beta*C for a real matrix.
D = linalg_dgemm ( Alpha , A , B , Beta , C)
a 1-by-1 matrix of doubles (real)
a m-by-n matrix of doubles (real)
a n-by-p matrix of doubles (real)
a 1-by-1 matrix of doubles (real)
a m-by-p matrix of doubles (real)
a m-by-p matrix of doubles (real), D = Alpha*A*B+ Beta*C
Calls BLAS/DGEMM.