1
35kviews
Explain Matrix-Vector Multiplication Algorithm by MapReduce?
2 Answers
written 7.4 years ago by | • modified 6.0 years ago |
Suppose we have an n×n matrix M, whose element in row i and column j will be denoted mij . Suppose we also have a vector v of length n, whose jth element is vj . Then the matrix-vector product is the vector x of length n, whose ith element …
written 3.1 years ago by |
Matrix Multiplication