3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-01 19:53:45 +01:00
dft_tools/test/triqs/arrays/fold_expression.output

19 lines
182 B
Plaintext
Raw Normal View History

A
[[1,3,5]
[2,4,6]
[3,5,7]]
B
[[0,-3,-6]
[1,-2,-5]
[2,-1,-4]]
A+B
[[1,0,-1]
[3,2,1]
[5,4,3]]
max A : 7
max B : 2
max abs(B) : 6
max A+B : 5
sum(A) 36
prod(A) 75600