Description Usage Arguments Value
Multiply two matrices: ret = alpha*x*y
.
1 | linalg_matmult(transx = FALSE, transy = FALSE, alpha = 1, x, y, ret = NULL)
|
transx, transy |
Should x/y be transposed? |
alpha |
Scalar. |
x, y |
Input data. |
ret |
Either |
Returns the matrix product.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.