R/RcppExports.R

Defines functions CcovFocal getFnEvalCount Krig_coef_Wrapper GCV_lamVar_covFix_Wrapper flushCSmoothTable deleteCSmooth newCSmooth

Documented in CcovFocal deleteCSmooth flushCSmoothTable GCV_lamVar_covFix_Wrapper getFnEvalCount Krig_coef_Wrapper newCSmooth

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

newCSmooth <- function(xy, nrowxy, ncolxy, nuniquerows, GCV, optimiseBool, verbosity) {
    .Call(`_blackbox_newCSmooth`, xy, nrowxy, ncolxy, nuniquerows, GCV, optimiseBool, verbosity)
}

deleteCSmooth <- function() {
    .Call(`_blackbox_deleteCSmooth`)
}

flushCSmoothTable <- function() {
    .Call(`_blackbox_flushCSmoothTable`)
}

GCV_lamVar_covFix_Wrapper <- function(a, fixedSmoothness, returnFnvalue) {
    .Call(`_blackbox_GCV_lamVar_covFix_Wrapper`, a, fixedSmoothness, returnFnvalue)
}

Krig_coef_Wrapper <- function(aA, lambdaP) {
    .Call(`_blackbox_Krig_coef_Wrapper`, aA, lambdaP)
}

getFnEvalCount <- function() {
    .Call(`_blackbox_getFnEvalCount`)
}

CcovFocal <- function(focal, CKrigidxP) {
    .Call(`_blackbox_CcovFocal`, focal, CKrigidxP)
}

Try the blackbox package in your browser

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

blackbox documentation built on May 3, 2023, 9:13 a.m.