Matrix multiplication: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: added large example from OI)
Line 3,773: Line 3,773:
pp(matrix_mul(R,R))
pp(matrix_mul(R,R))


-- large matrix example from OI:
function row(integer i, l) return tagset(i+l,i) end function
function row(integer i, l) return tagset(i+l,i) end function
constant I = apply(true,row,{tagset(16,0),371}),
constant I = apply(true,row,{tagset(16,0),371}),