crossProd | R Documentation |
Calculates the cross product of given matrices
crossProd(x, y = NULL, pair = FALSE, chunk = 500L)
x |
A list of numeric matrices. |
y |
A list of numeric matrices. Default, NULL, |
pair |
A logical value indicating pairwise cross products are computed.
Default, FALSE. Ignored if |
chunk |
Size of chunks into what the resulting matrix is partitioned. Default, 500L. |
A list of cross product matrices.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.