In this article, we will discuss the code to multiply a vector and a matrix. This is a widely-used code in a variety of scientific fields, so it is good to analyze how to make it parallel. This code is a little bit more complex than the parallel computation of PI analyzed previously in this blog. The main reason for this is that this code uses matrices and vectors, so we will introduce some memory considerations here. First of all lets see the code:
Read full article from Parallel computation of matrix-vector product
No comments:
Post a Comment