# Import statement
from hottbox.core import khatri_rao
khatri_rao
(matrices, skip_matrix=None, reverse=False)[source]¶Khatri-Rao product of a list of matrices.
List of matrices. Each matrix should have the same number of columns
Index of a matrix (from the matrices) to be skipped. By default none are skipped
If True, perform khatri-rao product on the list of matrices in the reversed order
The result of the Khatri-Rao product is a matrix of shape ()