rcpp_hdf5dataset_scalar_sum

rcpp_hdf5dataset_scalar_sum

OTHER

1 Description

Block-wise computation of sum(X). Equivalent to sum(as.matrix(X)) but without loading the full matrix into RAM.

2 Usage

rcpp_hdf5dataset_scalar_sum(ptr, paral = NULL, wsize = NULL, threads = NULL)

3 Value

Scalar numeric.