correct parameters 'rows' and 'columns' in generate_matrix_transposition()
Compare changes
Files
3@@ -100,6 +100,43 @@ begin
@@ -324,3 +361,41 @@ begin
Fix a bug in which the parameters rows
(width) and cols
(height) of generate_matrix_transposition()
were mixed up. It also adds a test case for a 4x8 matrix transposition