R/RcppExports.R

Defines functions inv_sympd idct2mod dct2mod arma_chol arma_Xy arma_Xty

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

arma_Xty <- function(X, y) {
    .Call(`_spFW_arma_Xty`, X, y)
}

arma_Xy <- function(X, y) {
    .Call(`_spFW_arma_Xy`, X, y)
}

arma_chol <- function(X) {
    .Call(`_spFW_arma_chol`, X)
}

dct2mod <- function(inR, m, n) {
    .Call(`_spFW_dct2mod`, inR, m, n)
}

idct2mod <- function(inR, m, n) {
    .Call(`_spFW_idct2mod`, inR, m, n)
}

inv_sympd <- function(X) {
    .Call(`_spFW_inv_sympd`, X)
}

Try the spFW package in your browser

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

spFW documentation built on March 30, 2022, 1:06 a.m.