R/RcppExports.R

Defines functions eigenMapMatMult3 eigenMapMatMult2

Documented in eigenMapMatMult2 eigenMapMatMult3

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

eigenMapMatMult2 <- function(A, B) {
    .Call(`_GWAS_BAYES_eigenMapMatMult2`, A, B)
}

eigenMapMatMult3 <- function(A, B, C) {
    .Call(`_GWAS_BAYES_eigenMapMatMult3`, A, B, C)
}

Try the GWAS.BAYES package in your browser

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

GWAS.BAYES documentation built on Nov. 8, 2020, 7:47 p.m.