pub fn solve_transpose_in_place_with_conj<I: Index, T: ComplexField>(
Q_basis: MatRef<'_, T>,
Q_coeff: MatRef<'_, T>,
R: MatRef<'_, T>,
col_perm: PermRef<'_, I>,
conj_QR: Conj,
rhs: MatMut<'_, T>,
par: Par,
stack: &mut MemStack,
)