eigenMapMatMult | R Documentation |
Matrix multiplication of the two matrices in input, without copy.
eigenMapMatMult(A, B)
A |
numeric matrix of dimension m \times n |
B |
numeric matrix of dimension n \times l |
C matrix of dimension m \times p of the row-column product of A and B and C
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.