matrix_multiply_toDense: Multiplies two matrices (sparse or dense by dense), returns...

View source: R/RcppExports.R

matrix_multiply_toDenseR Documentation

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

Description

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

Usage

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


deruncie/MegaLMM documentation built on June 10, 2025, 7:26 p.m.