May 19th, 2009, 12:31 pm
QuoteOriginally posted by: samkhalilianHi,I have set-up a basic C++ matrix class and need a to run Principal Component Analysis to give me all the eigen vetcors and values of a given matrix.Any body have some source code, I can use to do this?I don't want to use an existing library like boost to do this, but create my own!Cheers, Sam.It seems like the right mix of "buy versus build" here would be to obtain Jackson & Staunton, take his code in VBA and "port" it to C++. It would be straightforward, it works, and you would have "done it yourself."