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)
}

Try the RcppEigen package in your browser

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

RcppEigen documentation built on Nov. 3, 2023, 1:17 a.m.