Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: daixieit

CS140 Matrix-Vector Multiplication

Requirement

This assignment is to write a parallel program to multiply a matrix by a vector, and to use this routine in an implementation of the power method to find the absolute value of the largest eigenvalue of the matrix. You will write separate functions to generate the matrix and to perform the power method, and you will do some timing experiments with the power method routine.