- #1
alyflex
- 9
- 0
Hi guys
I have a problem that I need some help with, I am looking for a direct eigenvalue solver algorithm.
The problem is that all the eigenvalue solvers I can find seems to reorder the final matrix after the size of the eigenvalues.
The matrix it shall calculate is very small (5-10), so speed should not be an issue.
I am writing this in Fortran, and have the lapack library available, but thus far I have found no routine in it which can do what I need.
I have a problem that I need some help with, I am looking for a direct eigenvalue solver algorithm.
The problem is that all the eigenvalue solvers I can find seems to reorder the final matrix after the size of the eigenvalues.
The matrix it shall calculate is very small (5-10), so speed should not be an issue.
I am writing this in Fortran, and have the lapack library available, but thus far I have found no routine in it which can do what I need.