Jump to content

Matrix multiplication: Difference between revisions

→‎{{header|F#}}: Thundergnat missed the one that highlighted the problem in the first place!
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:
|}
 
=={{header|F Sharp|F#}}==
<lang fsharp>
let MatrixMultiply (matrix1 : _[,] , matrix2 : _[,]) =
2,172

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.