R/RcppExports.R

Defines functions interpolate_sibson delaunayXYZ_sibson interpolate_linear3 interpolate_linear2 interpolate_linear delaunayXYZZZ_linear delaunayXYZZ_linear delaunayXYZ_linear

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

delaunayXYZ_linear <- function(XYZ) {
    .Call(`_interpolation_delaunayXYZ_linear`, XYZ)
}

delaunayXYZZ_linear <- function(XYZZ) {
    .Call(`_interpolation_delaunayXYZZ_linear`, XYZZ)
}

delaunayXYZZZ_linear <- function(XYZZZ) {
    .Call(`_interpolation_delaunayXYZZZ_linear`, XYZZZ)
}

interpolate_linear <- function(xptr, XYnew) {
    .Call(`_interpolation_interpolate_linear`, xptr, XYnew)
}

interpolate_linear2 <- function(xptr, XYnew) {
    .Call(`_interpolation_interpolate_linear2`, xptr, XYnew)
}

interpolate_linear3 <- function(xptr, XYnew) {
    .Call(`_interpolation_interpolate_linear3`, xptr, XYnew)
}

delaunayXYZ_sibson <- function(XYZ) {
    .Call(`_interpolation_delaunayXYZ_sibson`, XYZ)
}

interpolate_sibson <- function(xptr, XYnew) {
    .Call(`_interpolation_interpolate_sibson`, xptr, XYnew)
}

Try the interpolation package in your browser

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

interpolation documentation built on June 22, 2024, 11:07 a.m.