Skip to content

correct parameters 'rows' and 'columns' in generate_matrix_transposition()

Mikael Henriksson requested to merge matrix_transposition_height_correction into master

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

Merge request reports