3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-31 19:23:45 +01:00
dft_tools/test/triqs/clef/function.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

12 lines
290 B
Plaintext

((x_ >> (2*x_ +1) )(10)) ---> 21
(f2(2,3)) ---> 5
(f2(2,3)) ---> 8
(ff2(2,3)) ---> 8
(f1(3)) ---> 36
(g2(2,3)) ---> 13
(ff8(2,3)) ---> 5
(f3(3)) ---> 36
lazy function : (_1) --> (((2 * _1) + 1) + 1)
(tql::eval( h, y_=1) (10)) ---> 22
(h) ---> lazy function : (_1) --> (((2 * _1) + _2) + 1)