Description Usage Details Value Author(s) See Also Examples
View source: R/default_options.R
To compile user-defined operators, rkeops requires compilation options.
The function default_compile_options returns a list with default values
for the corresponding options (see Details).
1 |
Please refer to compile_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 compile4float32(),
compile4float64(), compile4cpu(),
compile4gpu().
a list of class rkeops_compile_options (see
compile_options() for the detailed output).
Ghislain Durif
compile_options(), set_rkeops_options(),
set_rkeops_option(), compile4float32(),
compile4float64(), compile4cpu(), compile4gpu()
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.