finesse.knm.integrators.outer_conj_product_2

finesse.knm.integrators.outer_conj_product_2(double complex[:, ::1] U1, double complex[:, ::1] U2, double complex[:, :, ::1] result) void

Computes U1 * U2**C and returns the output into the result array. Result array must be of shape (N,N,M) where U is shape (N,M).