arma_mv {sgs}R Documentation

Matrix Product in RcppArmadillo.

Description

Matrix Product in RcppArmadillo.

Usage

arma_mv(m, v)

Arguments

m

numeric matrix

v

numeric vector

Value

matrix product of m and v


[Package sgs version 0.1.1 Index]