View source: R/S3_operations.R
| multiply_sparse.HDF5Matrix | R Documentation |
Computes x %*% y block-wise using BigDataStatMeth's sparse
algorithm.
## S3 method for class 'HDF5Matrix'
multiply_sparse(
x,
y,
outgroup = NULL,
outdataset = NULL,
block_size = -1L,
mix_block = -1L,
paral = NULL,
threads = NULL,
compression = NULL,
...
)
x |
An |
y |
An |
outgroup |
Character or |
outdataset |
Character or |
block_size |
Integer. Block size hint; -1 = auto (default). |
mix_block |
Integer. Memory block size for parallel path; -1 = auto. |
paral |
Logical or NULL. |
threads |
Integer or NULL. |
compression |
Integer (0-9) or NULL. |
... |
Ignored. |
A new HDF5Matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.