mirror of
https://github.com/triqs/dft_tools
synced 2024-10-31 19:23:45 +01:00
2c542647fd
- change : all objects are by default stored now by reference, not by copy any more. Unless the trait force_copy_in_expr is true. - rvalue refs are moved into the tree - simplifies a lot the writing of lazy method, objects. - added a macro for methods - tests ok. Further check needed to control absence of copies... - improved documentation
11 lines
94 B
Plaintext
11 lines
94 B
Plaintext
V = 14 2 3
|
|
(tql::eval(make_expr(V) [i_], i_=0)) ---> 14
|
|
V = 2 3 4
|
|
W = 2 4 6
|
|
11
|
|
22
|
|
22
|
|
33
|
|
33
|
|
44
|