Jump to content

Matrix multiplication: Difference between revisions

(→‎With List and without transpose - shorter: Preferred guards to `if then`. Applied Ormolu.)
Line 2,053:
 
=={{header|F#}}==
<lang F#fsharp>
let MatrixMultiply (matrix1 : _[,] , matrix2 : _[,]) =
let result_row = (matrix1.GetLength 0)
2,172

edits

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