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.2.0 Index]