efficient_matrix_mult | R Documentation |
Performs matrix multiplication using RcppArmadillo
efficient_matrix_mult(A, B)
A |
First input matrix |
B |
Second input matrix |
Matrix product of A and B
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.