R/RcppExports.R

Defines functions colMSD_dgc colSumSq_matrix colSumSq_dge

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

colSumSq_dge <- function(x, dim) {
    .Call(`_bsvs_colSumSq_dge`, x, dim)
}

colSumSq_matrix <- function(x) {
    .Call(`_bsvs_colSumSq_matrix`, x)
}

colMSD_dgc <- function(mat, m) {
    .Call(`_bsvs_colMSD_dgc`, mat, m)
}
Run-Wang/bsvs documentation built on Aug. 18, 2021, 9:42 p.m.