R/RcppExports.R

Defines functions ctest rkernel rrank

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

rrank <- function(A, tol) {
    .Call('_hrt_rrank', PACKAGE = 'hrt', A, tol)
}

rkernel <- function(A, tol) {
    .Call('_hrt_rkernel', PACKAGE = 'hrt', A, tol)
}

ctest <- function(umat, Rbmat, Wvec, Bmat, cores, tol) {
    .Call('_hrt_ctest', PACKAGE = 'hrt', umat, Rbmat, Wvec, Bmat, cores, tol)
}

Try the hrt package in your browser

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

hrt documentation built on Sept. 8, 2021, 5:06 p.m.