powered by
Matrix multiplication acceleration algorithm.
multiplication_speed(A,B)
matrix A.
matrix B.
# NOT RUN { A<-matrix(1:10,2,5) B<-matrix(1:10,5:2) result<-multiplication_speed(A,B) # }
Run the code above in your browser using DataLab