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

Try the RcppGSL package in your browser

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

RcppGSL documentation built on March 5, 2026, 5:06 p.m.