Khatri-Rao Product
Returns the Khatri-Rao (column-wise Kronecker) product of two matrices. If the inputs are vectors then this is the same as the Kronecker product.
khatri_rao(x, y)
x |
first matrix |
y |
second matrix |
matrix that is the Khatri-Rao product
The number of columns must match in the two inputs.
dim(khatri_rao(matrix(runif(12),ncol=4),matrix(runif(12),ncol=4)))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.