View source: R/matrixvectormultiply.R
matrixvectormultiply | R Documentation |
Compute matrix-vector product ABx
matrixvectormultiply(A, B, x, switch_var)
A |
A matrix |
B |
A matrix |
x |
A column vector |
switch_var |
A boolean value to switch algorithms. TRUE computes (AB)x, whereas FALSE computes A(Bx). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.