tripleProdChunk | R Documentation |
Calculate the triple product x %*% y %*% t(x).
tripleProdChunk(x, mate, chunk = 500L, mc.cores = 1)
x |
A list of numeric matrices. |
mate |
Mate server name, from which y was pushed. |
chunk |
Size of chunks into what the resulting matrix is partitioned. Default, 500L. |
mc.cores |
Number of cores for parallel computing. Default, 1. |
x %*% t(y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.