Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/math/R-cran-RcppParallel/pkg-descr
50311 views
High level functions for parallel programming with Rcpp. For example,
the parallelFor function can be used to convert the work of a standard
serial for loop into a parallel one, and the parallelReduce function
can be used for accumulating aggregate or other values.