“Symmetric Eigenproblem” section in http://www.culatools.com/cula_dense_programmers_guide/
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 https://software.intel.com/en-us/node/521121)