matrix_2vec_mult_cpp | R Documentation |
Multiply a matrix by a integer vector and a double vector
matrix_2vec_mult_cpp(m, a, b)
m |
a matrix |
a |
a vector of double (must have length equal to number of columns of |
b |
a vector of double (must have length equal to number of columns of |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.