R/RcppExports.R

Defines functions nni_cpp_parallel score_tree_cpp get_logQ CgetQ nnin_score_max node_depth nnin_cpp reorderRcpp reorder_rows allChildrenCPP

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

allChildrenCPP <- function(E) {
    .Call('_scistreer_allChildrenCPP', PACKAGE = 'scistreer', E)
}

reorder_rows <- function(x, y) {
    .Call('_scistreer_reorder_rows', PACKAGE = 'scistreer', x, y)
}

reorderRcpp <- function(E) {
    .Call('_scistreer_reorderRcpp', PACKAGE = 'scistreer', E)
}

nnin_cpp <- function(E, n) {
    .Call('_scistreer_nnin_cpp', PACKAGE = 'scistreer', E, n)
}

node_depth <- function(ntip, e1, e2, nedge, xx, method) {
    .Call('_scistreer_node_depth', PACKAGE = 'scistreer', ntip, e1, e2, nedge, xx, method)
}

nnin_score_max <- function(E, n, logQ, L_0) {
    .Call('_scistreer_nnin_score_max', PACKAGE = 'scistreer', E, n, logQ, L_0)
}

CgetQ <- function(logQ, children_dict, node_order) {
    .Call('_scistreer_CgetQ', PACKAGE = 'scistreer', logQ, children_dict, node_order)
}

get_logQ <- function(E, P) {
    .Call('_scistreer_get_logQ', PACKAGE = 'scistreer', E, P)
}

score_tree_cpp <- function(E, P) {
    .Call('_scistreer_score_tree_cpp', PACKAGE = 'scistreer', E, P)
}

nni_cpp_parallel <- function(tree, P) {
    .Call('_scistreer_nni_cpp_parallel', PACKAGE = 'scistreer', tree, P)
}

Try the scistreer package in your browser

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

scistreer documentation built on July 9, 2023, 5:54 p.m.