44
Flood (continued)
•Since flood arrays have unspecified dimensions, they can be “promoted” in those dimensions, i.e logically replicated
•The computation is completed …
•
•   [1..m,*] MaxCol := max<< [1..m,1..n] A;
•[1..m,1..n]      A := A / MaxCol;     --Scale A;
•
Flood makes combining different ranks “element-wise”
The promotion of flooded arrays is only logical