powered by
cpuMatMult(a, b)
matA <- matrix(runif(2*3), 2, 3) matB <- matrix(runif(3*4), 3, 4) cpuMatMult(matA, matB)
Run the code above in your browser using DataLab