I have lapack 3.4.0. But I want to call zheev.f to computes all eigenvalues and eigenvectors of a complex Hermitian matrix.
I can't find zheev.f in lapack 3.4.0,
Which version do I have to download so I can call zheev.f, or which subroutine in lapack 3.4.0 I can call to computes complex Hermitian matrix?
Thanks a lot!

