Description Usage Arguments Value
Add two matrices: ret = alpha*x + beta*y
.
1 2 3 4 5 6 7 8 9 | linalg_add(
transx = FALSE,
transy = FALSE,
alpha = 1,
beta = 1,
x,
y,
ret = NULL
)
|
transx, transy |
Should x/y be transposed? |
alpha, beta |
Scalars. |
x, y |
Input data. |
ret |
Either |
Returns the matrix sum.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.