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