Computes x %*% y block-wise using BigDataStatMeth's sparse
algorithm.
# S3 method for HDF5Matrix
multiply_sparse(
x,
y,
outgroup = NULL,
outdataset = NULL,
block_size = -1L,
mix_block = -1L,
paral = NULL,
threads = NULL,
compression = NULL,
...
)A new HDF5Matrix.
An HDF5Matrix.
An HDF5Matrix. Same HDF5 file as x.
Character or NULL. Output group in the HDF5 file.
Default "OUTPUT".
Character or NULL. Output dataset name.
Default is constructed from the operation and input names.
Integer. Block size hint; -1 = auto (default).
Integer. Memory block size for parallel path; -1 = auto.
Logical or NULL.
Integer or NULL.
Integer (0-9) or NULL.
Ignored.