Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
InPlaceArrayTranspose
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Marvin Müller
InPlaceArrayTranspose
Commits
5c4758eb
Commit
5c4758eb
authored
2 years ago
by
Peter Marvin Müller
Browse files
Options
Downloads
Patches
Plain Diff
add README.md
parent
35218289
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+12
-0
12 additions, 0 deletions
README.md
main.f90
+1
-0
1 addition, 0 deletions
main.f90
with
13 additions
and
0 deletions
README.md
0 → 100644
+
12
−
0
View file @
5c4758eb
# 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.
This diff is collapsed.
Click to expand it.
main.f90
+
1
−
0
View file @
5c4758eb
! Program for transposing a rectengular (m x n) array with row minor storage.
program
main
implicit
none
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment