Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29281 Discussions

Eigenvalue decomposition/numerical issues

meow
Beginner
487 Views
Dear all,

I'm solving a system of equations using an eigenvalue decomposition technique. I use the ISML routines for eigenvctor(dgvcrg) and matrix inversion (dlincg). The result is almost correct except for one row in the solution matrix.
The code is enclosed, see main.f90. The solution starts in line number 174. The actual solution is stored in the matrices hxaux (line 308) and gxaux (line 310). This matrices differ with their counterparts from a solution in either matlab or mathematica in row #19 . The rest of the solution is correct. I've written the code many times and get back to the same incorrect answer.
Any suggestions what is wrong?

Thanks,

Pablo
0 Kudos
1 Reply
Steven_L_Intel1
Employee
487 Views
I would suggest that the VNI IMSL forum is a good resource for a question such as this. It has participation by IMSL engineers and scientists.
0 Kudos
Reply