Description Usage Arguments Value Examples
Simple matrix multiplication
1 | matrix_mult_cpp(A, B)
|
A |
Matrix |
B |
Matrix |
Product of matrices
1 2 3 | A <- matrix(1:9, 3, 3)
B <- matrix(11:19, 3, 3)
matrix_mult_cpp(A, B)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.