- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Pham Minh Nhan,
From your attachment, the two functions return the same results, but with different order: one in increasing order for values of Eigen Value, and the other in reverse order. For each eigen value, the Eigen Vector is shown in corresponding column. So the two functions are the same. Please let us know if you have any further questions. Thanks!
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page