“Symmetric Eigenproblem” section in CULA Programmer’s Guide — programmers_guide vR17 (CUDA 5.0) documentation
ZHEEV function seem to be available.
However I could not find c++ wrapper in cuda (7.5 and 8.0 also)
Is there any way that I could use CUDA ZHEEV routine?
(ZHEEV is function for eigenvalues and eigenvectors of Hermitian matrix like Documentation Library)