Example program for dorghr

This example computes the Schur factorization of the matrix A, where
A = 0.35 0.45 -0.14 -0.17 0.09 0.07 -0.54 0.35 -0.44 -0.33 -0.03 0.17 0.25 -0.32 -0.13 0.11 .  
Here A is general and must first be reduced to Hessenberg form by dgehrd. The program then calls dorghr to form Q, and passes this matrix to dhseqr which computes the Schur factorization of A.