Block-wise computation of sum(X). Equivalent to
sum(as.matrix(X)) but without loading the full matrix into RAM.
rcpp_hdf5dataset_scalar_sum(ptr, paral = NULL, wsize = NULL, threads = NULL)Scalar numeric.
External pointer (SEXP) to an open hdf5Dataset.
Logical or NULL; enable OpenMP parallelisation.
Integer or NULL; block size (NULL = auto).
Integer or NULL; thread count (NULL = auto).