3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-31 19:23:45 +01:00
dft_tools/test/triqs/arrays/matrix_transpose.output
Olivier Parcollet f2c7d449cc First commit : triqs libs version 1.0 alpha1
for earlier commits, see TRIQS0.x repository.
2013-07-17 19:24:07 +02:00

19 lines
182 B
Plaintext

A =
[[1,3,5,7,9]
[2,4,6,8,10]
[3,5,7,9,11]
[4,6,8,10,12]
[5,7,9,11,13]]
[[1,2,3,4,5]
[3,4,5,6,7]
[5,6,7,8,9]
[7,8,9,10,11]
[9,10,11,12,13]]
[[4,6]
[5,7]]
[[4,5]
[6,7]]