3
0
mirror of https://github.com/triqs/dft_tools synced 2024-12-25 13:53:40 +01:00
dft_tools/triqs/arrays
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
..
blas_lapack arrays: new ref counting and weak views 2013-07-23 08:13:44 +02:00
expression_template First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
functional First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
h5 First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
impl arrays : add ConstView to fix const correctness 2013-07-23 08:13:52 +02:00
indexmaps First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
linalg arrays: new ref counting and weak views 2013-07-23 08:13:44 +02:00
python arrays: new ref counting and weak views 2013-07-23 08:13:44 +02:00
storages arrays: new ref counting and weak views 2013-07-23 08:13:44 +02:00
algorithms.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
array.hpp arrays: new ref counting and weak views 2013-07-23 08:13:44 +02:00
asserts.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
cache.hpp arrays: new ref counting and weak views 2013-07-23 08:13:44 +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
make_immutable_array.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
mapped_functions.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
matrix_stack_view.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
matrix_view_proxy_DEBUG.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
matrix_view_proxy.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
matrix.hpp arrays: new ref counting and weak views 2013-07-23 08:13:44 +02:00
vector.hpp arrays: new ref counting and weak views 2013-07-23 08:13:44 +02:00