R/RcppExports.R

Defines functions ripser_cpp ripser_cpp_dist

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

ripser_cpp_dist <- function(dist_r, dim, thresh, p) {
    .Call('_TDAstats_ripser_cpp_dist', PACKAGE = 'TDAstats', dist_r, dim, thresh, p)
}

ripser_cpp <- function(input_points, dim, thresh, p, format) {
    .Call('_TDAstats_ripser_cpp', PACKAGE = 'TDAstats', input_points, dim, thresh, p, format)
}
rrrlw/TDAstats documentation built on Nov. 24, 2021, 3:53 a.m.