unitary tranformation
Hi all,
I wonder whether there is a routine in LAPACK to perform unitary transformation on a complex Hermitian matrix A so that Q**H * A * Q = T, where T is diagonal.
I only found zhetrd_ in LAPACK which did similar job except for that T there is real symmetric tridiagonal form, not diagonal.
Then how can I get a diagonal T by unitary similarity transformation please?
Please help me out. Thanks in advance.
I wonder whether there is a routine in LAPACK to perform unitary transformation on a complex Hermitian matrix A so that Q**H * A * Q = T, where T is diagonal.
I only found zhetrd_ in LAPACK which did similar job except for that T there is real symmetric tridiagonal form, not diagonal.
Then how can I get a diagonal T by unitary similarity transformation please?
Please help me out. Thanks in advance.