I have two matrices A: (n x m), B: (l x m), and I want to calculate the KL divergence between every pair of rows between A and B resulting in a (n x l) matrix.
I know