R/RcppExports.R

Defines functions cpp_mat_vec_prod cpp_prod fcprd rcpp_hello_world

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

rcpp_hello_world <- function() {
    .Call(`_ScaleSpikeSlab_rcpp_hello_world`)
}

fcprd <- function(X) {
    .Call(`_ScaleSpikeSlab_fcprd`, X)
}

cpp_prod <- function(X, Y) {
    .Call(`_ScaleSpikeSlab_cpp_prod`, X, Y)
}

cpp_mat_vec_prod <- function(X, y) {
    .Call(`_ScaleSpikeSlab_cpp_mat_vec_prod`, X, y)
}

Try the ScaleSpikeSlab package in your browser

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

ScaleSpikeSlab documentation built on May 18, 2022, 5:18 p.m.