R/RcppExports.R

Defines functions .updatePPLCpp .updateMSSDCpp .spJitterCpp .objMSSD

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

.objMSSD <- function(x) {
    .Call('_spsann_objMSSDCpp', PACKAGE = 'spsann', x)
}

.spJitterCpp <- function(x, y, xmax, xmin, ymax, ymin, idx) {
    .Call('_spsann_spJitterCpp', PACKAGE = 'spsann', x, y, xmax, xmin, ymax, ymin, idx)
}

.updateMSSDCpp <- function(x1, x2, dm, idx) {
    .Call('_spsann_updateMSSDCpp', PACKAGE = 'spsann', x1, x2, dm, idx)
}

.updatePPLCpp <- function(x, dm, idx) {
    .Call('_spsann_updatePPLCpp', PACKAGE = 'spsann', x, dm, idx)
}
samuel-rosa/spsann documentation built on Nov. 6, 2023, 12:48 p.m.