This website requires JavaScript.
Explore
Help
Register
Sign In
LCPQ
/
dft_tools
Watch
3
Star
0
Fork
0
You've already forked dft_tools
mirror of
https://github.com/triqs/dft_tools
synced
2024-11-01 11:43:47 +01:00
Code
Issues
Releases
Wiki
Activity
2c542647fd
dft_tools
/
test
/
triqs
/
clef
/
lazy.output
11 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
First commit : triqs libs version 1.0 alpha1 for earlier commits, see TRIQS0.x repository.
2013-07-17 19:24:07 +02:00
V = 14 2 3
clef : new version using lvalues and moving rvalues - 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
2013-09-07 15:27:10 +02:00
(tql::eval(make_expr(V) [i_], i_=0)) ---> 14
First commit : triqs libs version 1.0 alpha1 for earlier commits, see TRIQS0.x repository.
2013-07-17 19:24:07 +02:00
V = 2 3 4
W = 2 4 6
11
22
22
33
33
44
Reference in New Issue
Copy Permalink