R/RcppExports.R

Defines functions sum2_lm_cpp err2s_lfmm_cpp err2_lfmm_cpp impute_lfmm_cpp compute_eigen_svd

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

compute_eigen_svd <- function(X) {
    .Call('_lfmm_compute_eigen_svd', PACKAGE = 'lfmm', X)
}

impute_lfmm_cpp <- function(Y, X, U, V, B, missingId) {
    invisible(.Call('_lfmm_impute_lfmm_cpp', PACKAGE = 'lfmm', Y, X, U, V, B, missingId))
}

err2_lfmm_cpp <- function(Y, X, U, V, B) {
    .Call('_lfmm_err2_lfmm_cpp', PACKAGE = 'lfmm', Y, X, U, V, B)
}

err2s_lfmm_cpp <- function(Y, X, U, V, B) {
    .Call('_lfmm_err2s_lfmm_cpp', PACKAGE = 'lfmm', Y, X, U, V, B)
}

sum2_lm_cpp <- function(Y, X, B) {
    .Call('_lfmm_sum2_lm_cpp', PACKAGE = 'lfmm', Y, X, B)
}
bcm-uga/lfmm documentation built on June 18, 2020, 9:12 p.m.