Matrix multiplication: Difference between revisions

m
→‎{{header|REXX}}: fixed up a comment. -- ~~~~
m (→‎{{header|REXX}}: added comment, changed sep character, changed indentation of DO loops. -- ~~~~)
m (→‎{{header|REXX}}: fixed up a comment. -- ~~~~)
Line 2,328:
end
Brows=r-1; Bcols=c-1
c.=0; L=0 /*L is the mamax width of an element. value*/
 
c.=0; L=0 /*L is the ma width element value*/
do i =1 for Arows /*multiply matrix A & B ──► C */
do j =1 for Bcols