Is ZHEEV routine supported? (Symmetric Eigenproblems)

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

cula is not part of CUDA.

If you want to use a function from cula, you should install and use cula.

You won’t find cula wrappers or API within the CUDA toolkit. It is separate.