Learn R Programming

rkeops (version 1.4.2.2)

check_compile_options: Check a list of rkeops compile options provided in input

Description

The function check_compile_options checks the validity of rkeops compile options provided in input as a list.

Usage

check_compile_options(options)

Value

None

Arguments

options

a list (of class rkeops_compile_options) with the following named elements rkeops_dir, build_dir, src_dir, precision, verbosity, use_cuda_if_possible, col_major debug.

Author

Ghislain Durif

Details

Refer to compile_options() for a detailed description of these options.