Hello,
I use the same hermitian matrix called Hw in my case but use different
subroutines
(1) zgeev
(2) zheev
.
Zgeev can't give me the eigenvector satisfying the orthogonal property but
zheev can.
By the way, both of them give me the same eigenvalues.
I use c-language to write my code.
I don't use the complex structure, instead that I just use the
1-dimensional array.
cc -o file file.c -llapack -lblas
Thanks,
Shih-Kai Chou
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.eecs.utk.edu/mailman/private/lapack/attachments/20121122/dde7f615/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Hw_zgeev.c
Type: text/x-csrc
Size: 2004 bytes
Desc: not available
Url :
http://lists.eecs.utk.edu/mailman/private/lapack/attachments/20121122/dde7f615/Hw_zgeev-0001.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Hw_zheev.c
Type: text/x-csrc
Size: 1886 bytes
Desc: not available
Url :
http://lists.eecs.utk.edu/mailman/private/lapack/attachments/20121122/dde7f615/Hw_zheev-0001.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Hw_Matrix.h
Type: text/x-chdr
Size: 5998 bytes
Desc: not available
Url :
http://lists.eecs.utk.edu/mailman/private/lapack/attachments/20121122/dde7f615/Hw_Matrix-0001.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: matrix_cplx.h
Type: text/x-chdr
Size: 4675 bytes
Desc: not available
Url :
http://lists.eecs.utk.edu/mailman/private/lapack/attachments/20121122/dde7f615/matrix_cplx-0001.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: siteindex2D.h
Type: text/x-chdr
Size: 1054 bytes
Desc: not available
Url :
http://lists.eecs.utk.edu/mailman/private/lapack/attachments/20121122/dde7f615/siteindex2D-0001.bin
|