Clarify result matrix element
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Thu, 9 Nov 2023 17:40:18 +0000 (17:40 +0000)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Thu, 9 Nov 2023 17:40:18 +0000 (17:40 +0000)
openpower/sv/cookbook/remap_matrix.mdwn

index 806c0e8957d41c85a7e3f521bdd728dd61d5ffd6..5feb65860e6d0c58952bf67976949f31996fabbe 100644 (file)
@@ -57,7 +57,8 @@ following (outer product):
 second matrix.
 2. Multiply each element in the row by each element in the column, and sum
 with the current value of the result matrix element (multiply-add-accumulate).
-Store result in the first row, first column entry.
+Store result in the row matching first operand row and column matching second
+operand column.
 3. Move to the next column of the second matrix, and next column of the result
 matrix. If there are no more columns in the second matrix, go back to first
 column (second matrix), and move to next row (first and result matrices).