R/RcppExports.R

Defines functions gslResetErrorHandler gslSetErrorHandlerOff fastLm_impl

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

fastLm_impl <- function(X, y) {
    .Call(`_RcppGSL_fastLm`, X, y)
}

gslSetErrorHandlerOff <- function() {
    .Call(`_RcppGSL_gslSetErrorHandlerOff`)
}

gslResetErrorHandler <- function() {
    .Call(`_RcppGSL_gslResetErrorHandler`)
}
eddelbuettel/rcppgsl documentation built on March 27, 2024, 12:16 p.m.