pub fn solve_in_place<I: Index, T: ComplexField, C: Conjugate<Canonical = T>>( L: MatRef<'_, C>, U: MatRef<'_, C>, row_perm: PermRef<'_, I>, col_perm: PermRef<'_, I>, rhs: MatMut<'_, T>, par: Par, stack: &mut MemStack, )