powered by
Returns the Kronecker product from a list of matrices or vectors. Commonly used for n-mode products and various Tensor decompositions.
kronecker_list(L)
list of matrices or vectors
matrix that is the Kronecker product
hadamard_list, khatri_rao_list, kronecker
hadamard_list
khatri_rao_list
kronecker
# NOT RUN { smalllizt <- list('mat1' = matrix(runif(12),ncol=4), 'mat2' = matrix(runif(12),ncol=4), 'mat3' = matrix(runif(12),ncol=4)) dim(kronecker_list(smalllizt)) # }
Run the code above in your browser using DataLab