R/RcppExports.R

Defines functions gslResetErrorHandler gslSetErrorHandlerOff fastLm

Documented in fastLm

# This file was generated by Rcpp::compileAttributes
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

fastLm <- function(X, y) {
    .Call('RcppGSL_fastLm', PACKAGE = 'RcppGSL', X, y)
}

gslSetErrorHandlerOff <- function() {
    .Call('RcppGSL_gslSetErrorHandlerOff', PACKAGE = 'RcppGSL')
}

gslResetErrorHandler <- function() {
    .Call('RcppGSL_gslResetErrorHandler', PACKAGE = 'RcppGSL')
}

Try the RcppGSL package in your browser

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

RcppGSL documentation built on Jan. 13, 2023, 1:13 a.m.