This example computes the Schur factorization of the matrix
, where
Here
is general and must first be reduced to Hessenberg form by
zgehrd. The program then calls
zunghr to form
, and passes this matrix to
zhseqr which computes the Schur factorization of
.