R/RcppExports.R

Defines functions hypergeom_R_Cplx hypergeom_Cplx_R hypergeom_R_R hypergeom_Cplx_Cplx

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

hypergeom_Cplx_Cplx <- function(m, a, b, x, alpha) {
    .Call('_HypergeoMat_hypergeom_Cplx_Cplx', PACKAGE = 'HypergeoMat', m, a, b, x, alpha)
}

hypergeom_R_R <- function(m, a, b, x, alpha) {
    .Call('_HypergeoMat_hypergeom_R_R', PACKAGE = 'HypergeoMat', m, a, b, x, alpha)
}

hypergeom_Cplx_R <- function(m, a, b, x, alpha) {
    .Call('_HypergeoMat_hypergeom_Cplx_R', PACKAGE = 'HypergeoMat', m, a, b, x, alpha)
}

hypergeom_R_Cplx <- function(m, a, b, x, alpha) {
    .Call('_HypergeoMat_hypergeom_R_Cplx', PACKAGE = 'HypergeoMat', m, a, b, x, alpha)
}

Try the HypergeoMat package in your browser

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

HypergeoMat documentation built on Feb. 16, 2023, 7:40 p.m.