R/RcppExports.R

Defines functions rcpp_hello_world bottom_deriv_helper_cpp cpp_lolog_acceptance_ratio bottom_helper_cpp

Documented in rcpp_hello_world

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

bottom_helper_cpp <- function(change_on, q, weights = NULL) {
    .Call('_Blolog_bottom_helper_cpp', PACKAGE = 'Blolog', change_on, q, weights)
}

cpp_lolog_acceptance_ratio <- function(change_on, edges_present, theta_0, theta_1) {
    .Call('_Blolog_cpp_lolog_acceptance_ratio', PACKAGE = 'Blolog', change_on, edges_present, theta_0, theta_1)
}

bottom_deriv_helper_cpp <- function(change_on, q, weights = NULL) {
    .Call('_Blolog_bottom_deriv_helper_cpp', PACKAGE = 'Blolog', change_on, q, weights)
}

rcpp_hello_world <- function() {
    .Call('_Blolog_rcpp_hello_world', PACKAGE = 'Blolog')
}
duncan-clark/Blolog documentation built on June 22, 2022, 7:57 a.m.