3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-31 19:23:45 +01:00
dft_tools/triqs/arrays/h5
Olivier Parcollet 4d0bb56790 arrays. Clean expression templates
- clean array, matrix, vector expression template
  they take const & of objects, or move && objects
  no more views. -> C++11 modernisation
- Fix a bug in array resize : it was resetting the indexmap
  to C memory layout e.g. for a fortran array
- Fix a bug in read h5 array when not in C order
  (forgot an else, the array was read twice).
2013-10-17 00:32:09 +02:00
..
array_proxy_impl.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
array_proxy.hpp arrays : renaming concept name 2013-08-29 18:06:04 +02:00
array_stack.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
common.hpp.old First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
simple_read_write.hpp arrays. Clean expression templates 2013-10-17 00:32:09 +02:00