Multiplies two matrices (sparse or dense by dense), returns the product as a dense matrix

matrix_multiply_toDense(X_, Y_)

Arguments

X_

First matrix (matrix or dgCMatrix)

Y_

Second matrix (matrix)

Value

Product of X_ and Y_ as a dense matrix