R/RcppExports.R

Defines functions takelast takefirst collectCcat collectCcatwt collectC extractT

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

extractT <- function(xs, ys, ts) {
    .Call(`_BiDAG_extractT`, xs, ys, ts)
}

collectC <- function(xs, ys, n) {
    .Call(`_BiDAG_collectC`, xs, ys, n)
}

collectCcatwt <- function(xs, ys, ws, n, m) {
    .Call(`_BiDAG_collectCcatwt`, xs, ys, ws, n, m)
}

collectCcat <- function(xs, ys, n, m) {
    .Call(`_BiDAG_collectCcat`, xs, ys, n, m)
}

takefirst <- function(xs, pos) {
    .Call(`_BiDAG_takefirst`, xs, pos)
}

takelast <- function(xs, pos, n) {
    .Call(`_BiDAG_takelast`, xs, pos, n)
}

Try the BiDAG package in your browser

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

BiDAG documentation built on May 31, 2023, 6:46 p.m.