R/RcppExports.R

Defines functions arma_sparse arma_mv

Documented in arma_mv arma_sparse

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

#' Matrix Product in RcppArmadillo.
#'
#' @param m numeric matrix
#' @param v numeric vector
#' @return matrix product of m and v
#' @export
arma_mv <- function(m, v) {
    .Call(`_sgs_arma_mv`, m, v)
}

#' Matrix Product in RcppArmadillo.
#'
#' @param m numeric sparse matrix
#' @param v numeric vector
#' @return matrix product of m and v
#' @export
arma_sparse <- function(m, v) {
    .Call(`_sgs_arma_sparse`, m, v)
}

Try the sgs package in your browser

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

sgs documentation built on June 12, 2025, 5:09 p.m.