matrix_multiply_toDense | R Documentation |
Multiplies two matrices (sparse or dense by dense), returns the product as a dense matrix
matrix_multiply_toDense(X_, Y_)
X_ |
First matrix (matrix or dgCMatrix) |
Y_ |
Second matrix (matrix) |
Product of X_ and Y_ as a dense matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.