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

Arguments

X1

matrix-like object

X2

matrix-like object

Value

matrix

Details

Uses RcppEigen when one or both matrices are of class dgCMatrix