Matrix multiplication: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: minor tidy, added p2js "-0" note)
(→‎{{header|F#}}: Thundergnat missed the one that highlighted the problem in the first place!)
Line 2,248: Line 2,248:
|}
|}


=={{header|F#}}==
=={{header|F Sharp|F#}}==
<lang fsharp>
<lang fsharp>
let MatrixMultiply (matrix1 : _[,] , matrix2 : _[,]) =
let MatrixMultiply (matrix1 : _[,] , matrix2 : _[,]) =