Matrix multiplication: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: added/changed comments and whitespace, used a template for the output section.)
m (→‎{{header|REXX}}: changed a glyph in a comment.)
Line 3,946:
do k=1 for Acols; c.i.j= c.i.j + a.i.k*b.k.j; w= max(w, length(c.i.j) )
end /*k*/ /* ↑ */
end /*j*/ /* | */
end /*i*/ /*max width of ┴ the matrix elements.*/