Cholesky decomposition: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: added/changed comments and whitespace, used a template for the output, simplified a function.)
Line 2,729: Line 2,729:
for row = 1 to len(a)
for row = 1 to len(a)
for col = 1 to len(a)
for col = 1 to len(a)
see "" + a[row][col] + " "
see "" + a[row][col] + " "
next
next
see nl
see nl