R/RcppExports.R

Defines functions BG_cpp brute_cpp ryser_cpp sink_cpp

Documented in BG_cpp brute_cpp ryser_cpp sink_cpp

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

BG_cpp <- function(A) {
    .Call(`_expperm_BG_cpp`, A)
}

brute_cpp <- function(A) {
    .Call(`_expperm_brute_cpp`, A)
}

ryser_cpp <- function(A) {
    .Call(`_expperm_ryser_cpp`, A)
}

sink_cpp <- function(A, maxit = 99L) {
    .Call(`_expperm_sink_cpp`, A, maxit)
}

Try the expperm package in your browser

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

expperm documentation built on May 29, 2019, 1:02 a.m.