R/RcppExports.R

Defines functions fastLm_Impl EigenNbThreads Eigen_SSE eigen_version

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

eigen_version <- function(single) {
    .Call(`_RcppEigen_eigen_version`, single)
}

Eigen_SSE <- function() {
    .Call(`_RcppEigen_Eigen_SSE`)
}

EigenNbThreads <- function() {
    .Call(`_RcppEigen_EigenNbThreads`)
}

fastLm_Impl <- function(X, y, type) {
    .Call(`_RcppEigen_fastLm_Impl`, X, y, type)
}
RcppCore/RcppEigen documentation built on May 18, 2024, 2:10 a.m.