R/RcppExports.R

Defines functions colMax combSimple get_Dij get_Dij_abs

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

colMax <- function(X) {
    .Call('_modelconf_colMax', PACKAGE = 'modelconf', X)
}

combSimple <- function(x) {
    .Call('_modelconf_combSimple', PACKAGE = 'modelconf', x)
}

get_Dij <- function(bdta, index) {
    .Call('_modelconf_get_Dij', PACKAGE = 'modelconf', bdta, index)
}

get_Dij_abs <- function(bdta, index) {
    .Call('_modelconf_get_Dij_abs', PACKAGE = 'modelconf', bdta, index)
}
nielsaka/modelconf documentation built on Jan. 25, 2020, 12:21 p.m.