Hello I'm new to LAPACK and MAGMA.
I have a code wich use the DSPGVX LAPACK function
http://www.netlib.org/lapack/double/dspgvx.f
and I would like to move my code to a GPU (specifically a nVidia CUDA GPU). I have found that MAGMA could be the best choice to do it.
I've been reading the User's Guide and the online documentation, but I'm not sure how to do it.
Is there any equivalent function in MAGMA directly to DSPGVX in LAPACK? If not, how can I do the same¿?
Than you so much in advance,
Eduardo Cepas.

