pub fn solve_in_place_with_conj<I: Index, T: ComplexField>( L: MatRef<'_, T>, perm: PermRef<'_, I>, conj_lhs: Conj, rhs: MatMut<'_, T>, par: Par, stack: &mut MemStack, )