| check_cmake | Check cmake version |
| check_compile_options | Check a list of 'rkeops' compile options provided in input |
| check_os | Check OS |
| check_runtime_options | Check a list of 'rkeops' runtime options provided in input |
| clean_rkeops | Clean build directory |
| compile4cpu | Disable compilation of GPU-compatible user-defined operators |
| compile4float32 | Enable compiling of user-defined operators using float 32bits... |
| compile4float64 | Enable compiling of user-defined operators using float 64bits... |
| compile4gpu | Enable compilation of GPU-compatible user-defined operators... |
| compile_code | Compile code associated to a user-defined operator with cmake |
| compile_formula | Compile a formula defining a new operator |
| compile_options | Define a list of user-defined options used for compilation in... |
| create_dllname | Create name of shared library from formula and arguments |
| default_compile_options | Define a list of default options used for compilation in... |
| default_runtime_options | Define a list of default options used at runtime in 'rkeops'... |
| format_var_aliases | Format formula argument list in triplet (type, dimension,... |
| get_build_dir | Getter for package build directory |
| get_cmake | Return path to cmake executable |
| get_os | Find which OS is running |
| get_pkg_dir | Getter for package installation directory |
| get_rkeops_option | Get the current value of a specific compile or runtime... |
| get_rkeops_options | Get the current 'rkeops' options in 'R' global options scope |
| get_src_dir | Getter for package additional source directory |
| helloWorld | helloWorld |
| is_compiled | Dummy function to check if 'rkeops' is installed on the... |
| is_installed | Check if 'rkeops' is installed on the system |
| keops_grad | Compute the gradient of a rkeops operator |
| keops_kernel | Defines a new operators |
| load_dll | Load function from dll shared library for user-defined... |
| msg_or_error | Print message if used on startup or raise error otherwise |
| parse_extra_args | Parse formula for extra arguments not encoded in argument... |
| rkeops_option_names | Return list of 'rkeops' option names |
| rkeops-package | rkeops RKeOps: kernel operations on GPU, with autodiff,... |
| runtime_options | Define a list of user-defined options used at runtime in... |
| set_rkeops_option | Set up a specific compile or runtime options of 'rkeops' in... |
| set_rkeops_options | Initialize or update 'rkeops' options in 'R' global options... |
| string2hash | Generatation of hash values from a text strings |
| use_cpu | Disable GPU-computing when calling user-defined operators |
| use_gpu | Enable GPU-computing when calling user-defined operators |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.