Skip to content

Commit

Permalink
Fixed matrix multiplication example output
Browse files Browse the repository at this point in the history
  • Loading branch information
knuedd authored Sep 27, 2023
1 parent 1ec0c0f commit 7f8a2ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sphinx/examples/matrix_multiplication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This program will perform a matrix multiplication in parallel. The output will l
Resultant Matrix is :
124 93
111 127
130 82
Setup
=====
Expand Down Expand Up @@ -73,7 +73,7 @@ This should print:
Resultant Matrix is :
124 93
111 127
130 82
Notice that the numbers may be different because of the random initialization of the matrices.

Expand Down

0 comments on commit 7f8a2ef

Please sign in to comment.