Learn R Programming

ProFit (version 1.3.3)

profitAvailableIntegrators: Returns supported profile integration methods

Description

Simple utility to query the supported profile integration methods.

Usage

profitAvailableIntegrators()

Arguments

Value

The output is a vector of strings with all the supported integration method names. Currently, these are "brute" and "opencl", for consistency with profitAvailableConvolvers. These values are not yet passed directly to profitMakeModel, but indirectly via OpenCL environment variables.

See Also

profitMakeConvolver, profitHasOpenCL, profitHasFFTW,

Examples

Run this code
# NOT RUN {
profitAvailableConvolvers()
# }

Run the code above in your browser using DataLab