Hi All,
I am writting a code in C++ (running under a linux machine, compiler: gcc version 3.3.4 (Debian 1:3.3.4-13)). I am looking for a Linear algebra library that has the capability of solving for eigenvalues of a nonsymmetric complex matrix. I checked lapack++ 1.1 and TNT, but it seems that neither of them can do this task. Anyone can guide me??
I advice you to look at google to find nearest library to your need and adapt to your problem . I have searched and found similar libraries with bugs and spent too much time on them.