Skip to content

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.

Notifications You must be signed in to change notification settings

JeroenMulkers/MPI_PowerMethod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published