Click here to Skip to main content
15,895,831 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
desperately need source code(visual c...visual studio 2005) for eigenvalues of huge symmetric matrix for multiprocessor system
Posted
Comments
Nelek 9-Sep-14 13:15pm    
Good luck with it.
George Jonsson 9-Sep-14 13:22pm    
Maybe a bit on the way Eigen C++ template library[^]

1 solution

Did you try Google?
E.g. c++ matrix library?
An arbitrary one is http://eigen.tuxfamily.org/index.php?title=Main_Page[^].
Any other will probably also do.

Or is this a homework assignment to show how to program eigenvalues in a parallel approach?
If so, I guess your textbook tells how to do it.

If you are interested in some papers, maybe some Google search helps here too, e.g.
matrix parallel eigenvalue<br />
One hit is A parallel eigensolver for dense symmetric matrices based on multiple relatively robust representations[^], etc.

Cheers
Andi
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900