arrayMult | R Documentation |
Array multiplication
arrayMult(centralMat, outerMat, ncols = ncol(outerMat))
centralMat |
an nxp matrix |
outerMat |
an nxd matrix |
ncols |
an integer, the number of columns of outerMat |
an nxpxd matrix, the stacked matrices of centralMat multiplied to every column of outermat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.