R/RcppExports.R

Defines functions compute_and_save_results write_header open_output_file close_output_file create_fake_pointer combine_results create_storage delete_storage

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

compute_and_save_results <- function(ymat, xmat_, zmat_, rvalue_threshold, names, cores, suppress_return, swap_x_and_z, xpstorage, xp) {
    .Call(`_pulver_compute_and_save_results`, ymat, xmat_, zmat_, rvalue_threshold, names, cores, suppress_return, swap_x_and_z, xpstorage, xp)
}

write_header <- function(xp, names) {
    invisible(.Call(`_pulver_write_header`, xp, names))
}

open_output_file <- function(filename) {
    .Call(`_pulver_open_output_file`, filename)
}

close_output_file <- function(xp) {
    invisible(.Call(`_pulver_close_output_file`, xp))
}

create_fake_pointer <- function() {
    .Call(`_pulver_create_fake_pointer`)
}

combine_results <- function(results) {
    .Call(`_pulver_combine_results`, results)
}

create_storage <- function(size, nrow, cores) {
    .Call(`_pulver_create_storage`, size, nrow, cores)
}

delete_storage <- function(xp) {
    invisible(.Call(`_pulver_delete_storage`, xp))
}

Try the pulver package in your browser

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

pulver documentation built on Nov. 20, 2017, 5:08 p.m.