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