Description Usage Details Value Author(s) See Also Examples
View source: R/default_options.R
To call user-defined operators, rkeops requires runtime options.
The function default_runtime_options returns a list with default values
for the corresponding options (see Details).
1 |
Please refer to runtime_options() for a detailed description of
these options.
Note: Default options are set up when loading rkeops. To reset
rkeops options to default, you should use the function
set_rkeops_options(). To set up a particular option, you should
use the function set_rkeops_option().
Some wrappers are available to enable some compilation options,
see use_cpu(), use_gpu().
a list of class rkeops_runtime_options (see
runtime_options() for the detailed output).
Ghislain Durif
runtime_options(), set_rkeops_options(),
set_rkeops_option(), use_cpu(), use_gpu()
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.