9 integer,
intent(in) :: n
10 complex(8),
intent(inout) :: au(n,n),bv(n,n)
11 real(8),
intent(out) :: w(n)
15 real(8),
allocatable :: w2(:)
16 complex(8),
allocatable :: h(:,:)
19 allocate(w2(n2),h(n2,n2))
subroutine zheevdi(n, ld, a, w)
subroutine eveqnuv(n, au, bv, w)