scippneutron.conversion.tof.ub_matrix_from_u_and_b# scippneutron.conversion.tof.ub_matrix_from_u_and_b(*, u_matrix, b_matrix)[source]# Compute the UB matrix from U and B matrices. \[\mathsf{UB} = U \cdot B\] where \(U\) and \(B\) are defined as in [BL67, dev23]. Parameters: u_matrix (Variable) – \(U\). b_matrix (Variable) – \(B\). Returns: Variable – \(\mathsf{UB}\).