The magma 1.0.0 release notes say:
* Add generalized Hermitian-definite eigenproblem solver ([zcds]hegvd)
I don't see dhegvd in the src directory.
I gather dsygvd would be equivalent to dhegvd, but neither is in the src directory.
dhegvd
-
Stan Tomov
- Posts: 283
- Joined: Fri Aug 21, 2009 10:39 pm
Re: dhegvd
Thanks for pointing this out. The code was supposed to be generated form double complex (zhegvd) and we missed to put the proper flags for a script to do it. Now we have it included (it is called dsygvd).