- The input to the
Map( ) is as
follows:
( (A, 1, 1) , a11 )
( (A, 1, 2) , a12 )
( (A, 1, 3) , a13 )
...
( (B, 1, 1) , b11 )
( (B, 1, 2) , b12 )
( (B, 1, 3) , b13 )
...
|
- The input to
one reduce( ) function is
as follows:
- A row vector from
matrix A
- A column vector from
matrix B
|
|