# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
id_low_search <- function(V) {
.Call(`_LCP_id_low_search`, V)
}
q_low_compute <- function(id_low, Qcumsum) {
.Call(`_LCP_q_low_compute`, id_low, Qcumsum)
}
LCP_construction_path_distance <- function(V, id_low, q_low, qn, Hnew, HnewT) {
.Call(`_LCP_LCP_construction_path_distance`, V, id_low, q_low, qn, Hnew, HnewT)
}
LCP_construction_distance_loop <- function(V, Qcumsum, H) {
.Call(`_LCP_LCP_construction_distance_loop`, V, Qcumsum, H)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.