R/RcppExports.R

Defines functions ripser_cpp_dist cubical_4dim cubical_3dim cubical_2dim

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

cubical_2dim <- function(image, threshold, method) {
    .Call('_ripserr_cubical_2dim', PACKAGE = 'ripserr', image, threshold, method)
}

cubical_3dim <- function(image, threshold, method, nx, ny, nz) {
    .Call('_ripserr_cubical_3dim', PACKAGE = 'ripserr', image, threshold, method, nx, ny, nz)
}

cubical_4dim <- function(image, threshold, method, nx, ny, nz, nt) {
    .Call('_ripserr_cubical_4dim', PACKAGE = 'ripserr', image, threshold, method, nx, ny, nz, nt)
}

ripser_cpp_dist <- function(dataset, dim, thresh, ratio, p) {
    .Call('_ripserr_ripser_cpp_dist', PACKAGE = 'ripserr', dataset, dim, thresh, ratio, p)
}

Try the ripserr package in your browser

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

ripserr documentation built on June 28, 2025, 1:07 a.m.