Learn R Programming

rkeops (version 1.4.2.2)

check_runtime_options: Check a list of rkeops runtime options provided in input

Description

The function check_runtime_options checks the validity of rkeops runtime options provided in input as a list.

Usage

check_runtime_options(options)

Value

None

Arguments

options

a list (of class rkeops_runtime_options) with the following tagCpuGpu, tag1D2D, tagHostDevice, device_id.

Author

Ghislain Durif

Details

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