arma_sparse {sgs}R Documentation

Matrix Product in RcppArmadillo.

Description

Matrix Product in RcppArmadillo.

Usage

arma_sparse(m, v)

Arguments

m

numeric sparse matrix

v

numeric vector

Value

matrix product of m and v


[Package sgs version 0.2.0 Index]