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