Description Usage Arguments Value Examples
Calculates a dot product between matrices
1 | dot_product(n1, n2)
|
n1 |
The first vector. |
n2 |
The second vector. |
Should give us a number.
1 2 3 | n1 <- c(1,1,1,1,1,1)
n2 <- c(1,1,1,1,1,1)
dot_product(n1, n2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.