rkeops-package: rkeops RKeOps: kernel operations on GPU, with autodiff,...

Description Details Author(s)

Description

RKeOps is the R package interfacing the cpp/cuda library KeOps. It provides standard R functions that can be used in any R (>=3) codes.

Details

The KeOps library provides seamless kernel operations on GPU, with auto-differentiation and without memory overflows.

With RKeOps, you can compute generic reductions of very large arrays whose entries are given by a mathematical formula. It combines a tiled reduction scheme with an automatic differentiation engine. It is perfectly suited to the computation of Kernel dot products and the associated gradients, even when the full kernel matrix does not fit into the GPU memory.

For more information, please read the vignettes (browseVignettes("rkeops")) and visit https://www.kernel-operations.io/.

Author(s)


rkeops documentation built on Feb. 17, 2021, 5:08 p.m.