R/RcppExports.R

Defines functions rcpp_hello_world naif_convex_rcpp env_convex_javis_cpp next_point_cpp produit_vect_cpp min_X_cpp listAngle_cpp trifusion_cpp fusion_cpp col_erase2

Documented in rcpp_hello_world

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

col_erase2 <- function(x, colID) {
    .Call(`_ConvexHullLeyth_col_erase2`, x, colID)
}

fusion_cpp <- function(m1, m2) {
    .Call(`_ConvexHullLeyth_fusion_cpp`, m1, m2)
}

trifusion_cpp <- function(t) {
    .Call(`_ConvexHullLeyth_trifusion_cpp`, t)
}

listAngle_cpp <- function(l) {
    .Call(`_ConvexHullLeyth_listAngle_cpp`, l)
}

min_X_cpp <- function(X) {
    .Call(`_ConvexHullLeyth_min_X_cpp`, X)
}

produit_vect_cpp <- function(A, B, C) {
    .Call(`_ConvexHullLeyth_produit_vect_cpp`, A, B, C)
}

next_point_cpp <- function(X, i) {
    .Call(`_ConvexHullLeyth_next_point_cpp`, X, i)
}

env_convex_javis_cpp <- function(X) {
    .Call(`_ConvexHullLeyth_env_convex_javis_cpp`, X)
}

naif_convex_rcpp <- function(list) {
    .Call(`_ConvexHullLeyth_naif_convex_rcpp`, list)
}

rcpp_hello_world <- function() {
    .Call(`_ConvexHullLeyth_rcpp_hello_world`)
}
yannickshaofengsun/M2_algorithme_enveloppe_convexe documentation built on March 11, 2021, 4:39 a.m.