R/RcppExports.R

Defines functions ripser_cpp 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(dist_r, dim, thresh, p) {
    .Call('_ripserr_ripser_cpp_dist', PACKAGE = 'ripserr', dist_r, dim, thresh, p)
}

ripser_cpp <- function(input_points, dim, thresh, p, format) {
    .Call('_ripserr_ripser_cpp', PACKAGE = 'ripserr', input_points, dim, thresh, p, format)
}
rrrlw/ripserr documentation built on July 12, 2022, 11:13 a.m.