tcrossProd | R Documentation |
Calculates the cross product x %*% t(y).
tcrossProd(x, y = NULL, chunk = 500L)
x |
A list of numeric matrices. |
y |
A list of numeric matrices. Default, NULL, y = x. |
chunk |
Size of chunks into what the resulting matrix is partitioned. Default, 500L. |
x %*% t(y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.