R/RcppExports.R

Defines functions calcDR calcProdR calcADDR3 getEigen

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

getEigen <- function(M) {
    .Call(`_TAG_getEigen`, M)
}

calcADDR3 <- function(x, theta, omega) {
    .Call(`_TAG_calcADDR3`, x, theta, omega)
}

calcProdR <- function(x, theta) {
    .Call(`_TAG_calcProdR`, x, theta)
}

calcDR <- function(x, theta, phiest) {
    .Call(`_TAG_calcDR`, x, theta, phiest)
}

Try the TAG package in your browser

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

TAG documentation built on June 8, 2021, 1:06 a.m.