| rcpp_hdf5dataset_crossprod | R Documentation |
Computes t(A) %*% B using the dedicated BigDataStatMeth
block-wise cross-product algorithm. When A and B refer to the same
dataset, the symmetric optimisation (bisSymetric = TRUE) is
applied automatically.
rcpp_hdf5dataset_crossprod(
ptr_a,
ptr_b,
paral = NULL,
block_size = NULL,
threads = NULL,
compression = NULL,
outgroup = NULL,
outdataset = NULL
)
ptr_a |
External pointer (SEXP) for matrix A |
ptr_b |
External pointer (SEXP) for matrix B |
paral |
Logical or NULL; enable OpenMP parallelisation |
block_size |
Integer or NULL; block size (NULL = auto) |
threads |
Integer or NULL; thread count when |
outgroup |
Character or NULL. Output group in the HDF5 file.
Default |
outdataset |
Character or NULL. Output dataset name.
Default |
Named list with filename and path of the result.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.