3
0
mirror of https://github.com/triqs/dft_tools synced 2024-12-25 13:53:40 +01:00
dft_tools/triqs
Olivier Parcollet 552c440238 arrays : add ConstView to fix const correctness
- A()(0) = 1
will not work any more if A is const, as it should be.

- Introduced the notion of const_view, simply done by a flag
(flag 0, for easy debug)
- changed the slice of ISP to use it (only on C++11 compliant compiler)
- Move BoundCheck Flags to 5.
2013-07-23 08:13:52 +02:00
..
arrays arrays : add ConstView to fix const correctness 2013-07-23 08:13:52 +02:00
clef First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
det_manip First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
gf draft of multi-time gf (t,tau), etc... 2013-07-19 13:41:42 +02:00
h5 First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
lattice arrays: new ref counting and weak views 2013-07-23 08:13:44 +02:00
mc_tools First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
parameters First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
python_tools First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
utility arrays : add ConstView to fix const correctness 2013-07-23 08:13:52 +02:00
arrays.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
clef.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
CMakeLists.txt First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
h5.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
parameters.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00