compile4float32: Enable compiling of user-defined operators using float 32bits...

Description Usage Details Value Author(s) See Also Examples

View source: R/utils.R

Description

Set up rkeops compile options to compile user-defined operators that use float 32bits precision in computation.

Usage

1

Details

Note: Default behavior is to compile operators operators that use float 32bits precision in computation. Hence, if you do not modify rkeops options, you do not have to call the function compile4float32 to compile operators using float 32bits precision.

Since R only manages float 64bits or double numbers, the input and output are casted to float 32bits before and after computations respectively.

Value

None

Author(s)

Ghislain Durif

See Also

compile4float64()

Examples

1
2

rkeops documentation built on Feb. 17, 2021, 5:08 p.m.