[Lapackpp-devel] Complex Matrix Support
Status: Beta
Brought to you by:
cstim
From: Andrew O. <end...@gm...> - 2006-05-06 20:26:03
|
Hey I was wondering how I could access and make use of the complex matrix libraries. On your website you state: Note: To switch on the support for complex-valued matrices, you need to define the macro LA_COMPLEX_SUPPORT in your application. How should I go about doing this? On a separate note. I tried finding the eigenvalues of some matrix A using LaEigSolveVecIP(), they did not match with the results I obtained from MATLAB. Also, when I looped LaEigSolveVecIP() several times for the same matrix A, the resulting sets of eigenvalues did not match with each other. What could be causing these discrepencies? Any help would be greatly appreciated. Thanks. |