R/RcppExports.R

Defines functions getSystemInfo CreateStreamsBackend cpp_gpu_qqnorm logfactsumBackend gpuRnBackend cpp_gpuFisher_test

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

cpp_gpuFisher_test <- function(xR, resultsR, B, streamsR, max_global_size, max_local_size) {
    .Call('_clrng_cpp_gpuFisher_test', PACKAGE = 'clrng', xR, resultsR, B, streamsR, max_global_size, max_local_size)
}

gpuRnBackend <- function(x, streams, max_global_size, random_type, verbose) {
    .Call('_clrng_gpuRnBackend', PACKAGE = 'clrng', x, streams, max_global_size, random_type, verbose)
}

logfactsumBackend <- function(xR, numWorkItems) {
    .Call('_clrng_logfactsumBackend', PACKAGE = 'clrng', xR, numWorkItems)
}

cpp_gpu_qqnorm <- function(outR, mu, sigma, lowertail, max_global_size, max_local_size) {
    .Call('_clrng_cpp_gpu_qqnorm', PACKAGE = 'clrng', outR, mu, sigma, lowertail, max_global_size, max_local_size)
}

CreateStreamsBackend <- function(creatorInitialGlobalR, streamsR, streamsMat, onGpu, keepInitial) {
    .Call('_clrng_CreateStreamsBackend', PACKAGE = 'clrng', creatorInitialGlobalR, streamsR, streamsMat, onGpu, keepInitial)
}

getSystemInfo <- function() {
    .Call('_clrng_getSystemInfo', PACKAGE = 'clrng')
}

Try the clrng package in your browser

Any scripts or data that you put into this service are public.

clrng documentation built on Sept. 11, 2024, 7:19 p.m.