arrayMult {combi} | 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