R/RcppExports.R

Defines functions c_transpose mat_mul_para

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

mat_mul_para <- function(A, B) {
    .Call('_PINSPlus_mat_mul_para', PACKAGE = 'PINSPlus', A, B)
}

c_transpose <- function(A) {
    .Call('_PINSPlus_c_transpose', PACKAGE = 'PINSPlus', A)
}

Try the PINSPlus package in your browser

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

PINSPlus documentation built on Dec. 15, 2021, 1:10 a.m.