Description Usage Arguments Details Value
A function to efficiently row multiply a matrix and a vector
1 |
matrix |
a numeric matrix of dimension a-by-b |
vector |
a numeric vector of length b t(t(matrix)*vector) but then faster |
Memory intensive but that does not matter with given matrix sizes
a matrix, row multplied by the vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.