Skip to content

zexihan/parallel-matrix-multiplication

Repository files navigation

Parallel Matrix Multiplication

Code author

Zexi Han, Chengyang Chen

Horizontal-Vertical Partitioning

Implemented the algorithm for both dense and sparse matrix multiplication that partitions the left matrix horizontally and the right one vertically.

Vertical-Horizontal Partitioning

Implemented the algorithm for both dense and sparse matrix multiplication that partitions the left matrix vertically and the right one horizontally.

About

Intelligent Partitioning in MapReduce

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors