Timeline for Matrix transpose function
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 26, 2015 at 0:52 | history | edited | Jamal | CC BY-SA 3.0 |
added 3 characters in body; edited tags; edited title
|
| Oct 21, 2013 at 10:10 | comment | added | 200_success | I was exploring the problem, and discovered that in-place matrix tranposition has been extensively studied. | |
| Oct 21, 2013 at 3:11 | vote | accept | 2013Asker | ||
| Oct 20, 2013 at 19:59 | comment | added | idoby |
Also, for copying memory, use memcpy() as it's usually better optimized than your loop and will make your code more readable.
|
|
| Oct 20, 2013 at 19:57 | comment | added | idoby | Try a XOR swap. | |
| Oct 20, 2013 at 7:53 | answer | added | ChrisWue | timeline score: 3 | |
| Oct 20, 2013 at 6:06 | history | asked | 2013Asker | CC BY-SA 3.0 |