| rcpp_hdf5dataset_div_ew | R Documentation |
Computes A / B element-wise for two HDF5 datasets referenced by
external pointers, using a block-wise algorithm. Division by zero
produces NaN or Inf, matching base R behaviour.
rcpp_hdf5dataset_div_ew(
ptr_a,
ptr_b,
paral = NULL,
block_size = NULL,
threads = NULL,
compression = 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 |
Named list with filename and path of the result.
The result is stored in group "OUTPUT" with dataset name
"A_plus_B" (resp. "A_minus_B", "A_times_B",
"A_div_B") where A and B are the input dataset names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.