Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 309 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 309 Bytes

MPI_PowerMethod

The power method uses matrix-vector multiplication to estimate the size of the largest eigenvalue of a matrix A. An attempt is made to implement this algorithm in parallel.

More information can be found in the following [report] (http://dl.dropbox.com/u/23423446/main.pdf)