| multiplication_speed | R Documentation | 
Matrix multiplication acceleration algorithm.
multiplication_speed(A,B)
| A | matrix A. | 
| B | matrix B. | 
Zhang Ya-Wen, Wen Yang-Jun, Wang Shi-Bo, and Zhang Yuan-Ming
Maintainer: Yuanming Zhang<soyzhang@mail.hzau.edu.cn>
## Not run: A<-matrix(1:10,2,5) B<-matrix(1:10,5:2) result<-multiplication_speed(A,B) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.