Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

eigen decomposition of a complex matrix

Status
Not open for further replies.

tgel76

Programmer
Jul 2, 2001
17
GB
Hi,
I am a c++ user, I'm looking for a c++ function to calculate the eigenvalues and eigenvectors of a comlex matrix. I need it for a mobile tracking program that I'm working on (MUSIC algorithm). Can anybody help me?

thanks in advance,
thanos.
 
thanks Lim,

but I'm not an advanced programmer yet...
I have no idea how to put any dll with my program, that's why I am looking for a function...

thanks a lot anyway...
 
It is the same as function it just already compiled for you in special way to optimize performance. You just include some public header from the libraries with function description and the put for example mkl_c.lib in you linker line (on Windows system). That is it. And during the run time some .dll should be in you system directory (or in some other place where your system will look for it).
You have to learn it if you want to do anything serios with programming or you will do a lot of job that has been already done.
Try it.
 
you are right, i have to learn a lot of things...
I'll try it...
thanks.
 
Hi there,

I check Lapack/Blas on the link, it has Windows prebuilt version. Do you just download the prebuilt version from windows? Does the lapack++ work too? Lapack++ seems only working on Unix/Linux system 'cause it's c++ file postfixed by .cc.

Any suggestion?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top