npdarsini / MapReduce---Matrix-Addition

Addition of two matrices using Map Reduce Paradigm - Pseudocode
0 stars 0 forks source link

Matrix Multiplication - Take an Input Task #1

Closed npdarsini closed 8 years ago

npdarsini commented 8 years ago

Take an Input of 2 Matrices and store as A, B.

npdarsini commented 8 years ago

Able to take an input

npdarsini commented 8 years ago

Can proceed to the next step.