pub fn solve_transpose_in_place<I: Index, T: ComplexField, C: Conjugate<Canonical = T>>(
Q_basis: MatRef<'_, C>,
Q_coeff: MatRef<'_, C>,
R: MatRef<'_, C>,
col_perm: PermRef<'_, I>,
rhs: MatMut<'_, T>,
par: Par,
stack: &mut MemStack,
)