3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-01 03:33:50 +01:00
dft_tools/triqs/arrays/expression_template
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_algebra.hpp arrays. Clean expression templates 2013-10-17 00:32:09 +02:00
matrix_algebra.hpp arrays. Clean expression templates 2013-10-17 00:32:09 +02:00
tools.hpp arrays. Clean expression templates 2013-10-17 00:32:09 +02:00
vector_algebra.hpp arrays. Clean expression templates 2013-10-17 00:32:09 +02:00