Description Usage Arguments Value
Matrix multiplication.
1 2 3 4 5 6 7 8 | ## S4 method for signature 'fmlmat,fmlmat'
x %*% y
## S4 method for signature 'fmlmat,matrix'
x %*% y
## S4 method for signature 'matrix,fmlmat'
x %*% y
|
x, y |
fmlmat matrices. |
A matrix of the same type as the inputs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.