R/RcppExports.R

Defines functions cpp_tbb_enabled cpp_get_max_thread cpp_pair cpp_mask cpp_nz cpp_sd cpp_linear

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

cpp_linear <- function(mt1, mt2, method, mask, rank, limit = -1.0, symm = FALSE, drop0 = FALSE, use_nan = FALSE, use_mask = FALSE, sparse = TRUE, digits = 14L, thread = -1L) {
    .Call('_proxyC_cpp_linear', PACKAGE = 'proxyC', mt1, mt2, method, mask, rank, limit, symm, drop0, use_nan, use_mask, sparse, digits, thread)
}

cpp_sd <- function(mt) {
    .Call('_proxyC_cpp_sd', PACKAGE = 'proxyC', mt)
}

cpp_nz <- function(mt) {
    .Call('_proxyC_cpp_nz', PACKAGE = 'proxyC', mt)
}

cpp_mask <- function(v1_, v2_, thread = -1L) {
    .Call('_proxyC_cpp_mask', PACKAGE = 'proxyC', v1_, v2_, thread)
}

cpp_pair <- function(mt1, mt2, method, mask, rank, limit = -1.0, weight = 1.0, smooth = 0, symm = FALSE, diag = FALSE, drop0 = FALSE, use_nan = FALSE, use_mask = FALSE, sparse = TRUE, digits = 14L, thread = -1L) {
    .Call('_proxyC_cpp_pair', PACKAGE = 'proxyC', mt1, mt2, method, mask, rank, limit, weight, smooth, symm, diag, drop0, use_nan, use_mask, sparse, digits, thread)
}

cpp_get_max_thread <- function() {
    .Call('_proxyC_cpp_get_max_thread', PACKAGE = 'proxyC')
}

cpp_tbb_enabled <- function() {
    .Call('_proxyC_cpp_tbb_enabled', PACKAGE = 'proxyC')
}

Try the proxyC package in your browser

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

proxyC documentation built on June 8, 2025, 11:32 a.m.