Description Usage Arguments Value Author(s)
Given two lists of matrices with conformable dimensions,
listprod
returns a list whose elements are the matrix
products of the elements of these two lists.
1 | listprod(A, B)
|
A |
A list of matrices. |
B |
A second list of matrices. |
A list C
such that C[[i]] = A[[i]] %*% B[[i]]
.
David Gerard.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.