R/RcppExports.R

Defines functions updBaseMat updColMaxBy

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

updColMaxBy <- function(mu, fmax, fac, skip) {
    .Call(`_spotr_updColMaxBy`, mu, fmax, fac, skip)
}

updBaseMat <- function(bmat, mu, fmax, fac, weights, skip) {
    .Call(`_spotr_updBaseMat`, bmat, mu, fmax, fac, weights, skip)
}

Try the spotr package in your browser

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

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