Hi every one,
I would like to migrate some functions from IPP 7.0 of Intel Parallel Studio 2011 into Intel Parallel Studio XE 2016, but I have some problems about
ippmEigenValuesVectorsSym_m_64f function. According to the website below:
ippmEigenValuesVectorsSym_m_64f can be replaced by LAPACK of Intel MKL Domain. I found the information of substitute function as link:
https://software.intel.com/en-us/node/469176
The LAPACKE_dsyev is the suitable function for replacing ippmEigenValuesVectorsSym_m_64f function. But when I take the example to verify, the result between old and new function are different.
Please see the source code and the result that are attached below
The result for Eigen Vector and Eigen Value of new function seem to be inversed.
Please give me some suggestions to solve this problem
Thanks,
Pham Minh Nhan