R/RcppExports.R

Defines functions signFlip permGroup

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

permGroup <- function(X, B, label) {
    .Call(`_pecora_permGroup`, X, B, label)
}

signFlip <- function(X, B) {
    .Call(`_pecora_signFlip`, X, B)
}
angeella/signFlip documentation built on Jan. 13, 2025, 2:20 a.m.