R/RcppExports.R

Defines functions tensorProd makeWeights makeRatSplines makeEpsilonsb makenewknots Knotnew Knotnewtest whmx

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

whmx <- function(vettore) {
    .Call('_GeDS_whmx', PACKAGE = 'GeDS', vettore)
}

Knotnewtest <- function(wht, restmp, x, dcm, oldknots, tol) {
    .Call('_GeDS_Knotnewtest', PACKAGE = 'GeDS', wht, restmp, x, dcm, oldknots, tol)
}

Knotnew <- function(wht, restmp, x, dcm, oldknots, tol) {
    .Call('_GeDS_Knotnew', PACKAGE = 'GeDS', wht, restmp, x, dcm, oldknots, tol)
}

makenewknots <- function(knots, degree) {
    .Call('_GeDS_makenewknots', PACKAGE = 'GeDS', knots, degree)
}

makeEpsilonsb <- function(data, Xs, Ys, degree) {
    .Call('_GeDS_makeEpsilonsb', PACKAGE = 'GeDS', data, Xs, Ys, degree)
}

makeRatSplines <- function(matrice, h) {
    .Call('_GeDS_makeRatSplines', PACKAGE = 'GeDS', matrice, h)
}

makeWeights <- function(x) {
    .Call('_GeDS_makeWeights', PACKAGE = 'GeDS', x)
}

tensorProd <- function(Xmat, Ymat) {
    .Call('_GeDS_tensorProd', PACKAGE = 'GeDS', Xmat, Ymat)
}
alattuada/GeDS documentation built on April 21, 2024, 2:35 p.m.