First time here? Check out the FAQ!
answered 2015-06-02 03:47:31 -0600
Hello,
Here the function gemm() is not actually doing the operation A * B * C but the operation A*B + C. That's why it doesn't work and the answer of berak works.