Skip to content
Snippets Groups Projects
Commit 5c4758eb authored by Peter Marvin Müller's avatar Peter Marvin Müller
Browse files

add README.md

parent 35218289
No related branches found
No related tags found
No related merge requests found
# InPlaceArrayTranspose
This small program is a easy to read and understand implementation of the method introduced in
F. G. Gustavson, T. Swirszcz. "In-Place Transposition of Rectangular Matrices". PARA, 4699 (2006): 560-569.
See also
M. F. Berman. "A Method for Transposing a Matrix". Journal of the ACM 5.4 (1958): 383-384.
The implemented function `MIPT` uses cyclic shifting to transpose a row minor array in place.
! Program for transposing a rectengular (m x n) array with row minor storage.
program main
implicit none
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment