Matrix multiplication: Difference between revisions

(→‎{{header|F#}}: Thundergnat missed the one that highlighted the problem in the first place!)
Line 2,248:
|}
 
=={{header|F SharpF_Sharp|F#}}==
<lang fsharp>
let MatrixMultiply (matrix1 : _[,] , matrix2 : _[,]) =
3,021

edits