% % Drives the implicit polynomial restart QR method qriterR % n = 100; A = randn(n); %A = A+A'; [V,H] = qriterR(A);