matrix_multiply_toDense.Rd
Multiplies two matrices (sparse or dense by dense), returns the product as a dense matrix
matrix_multiply_toDense(X_, Y_)
First matrix (matrix or dgCMatrix)
Second matrix (matrix)
Product of X_ and Y_ as a dense matrix