dhegvd

Open discussion for MAGMA library (Matrix Algebra on GPU and Multicore Architectures)
Post Reply
haskell
Posts: 9
Joined: Sun Jul 03, 2011 11:58 pm

dhegvd

Post by haskell » Sat Aug 27, 2011 4:35 am

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.

Stan Tomov
Posts: 283
Joined: Fri Aug 21, 2009 10:39 pm

Re: dhegvd

Post by Stan Tomov » Sun Aug 28, 2011 11:33 pm

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).

Post Reply