%**% | R Documentation |
Multiplies two matrices. Like %*%
, but always returns a base matrix, not a Matrix, even when
one or both of the two matrices are of class matrix.
X1 %**% X2
X1 |
matrix-like object |
X2 |
matrix-like object |
Uses RcppEigen when one or both matrices are of class dgCMatrix
matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.