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?
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.
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.