3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-31 19:23:45 +01:00
dft_tools/triqs/arrays
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
..
blas_lapack Fix matrix * alias issue and adapt det_manip 2013-09-11 18:49:22 +02:00
expression_template arrays. Clean expression templates 2013-10-17 00:32:09 +02:00
functional arrays : revised version of map & fold 2013-09-11 18:39:25 +02:00
h5 arrays. Clean expression templates 2013-10-17 00:32:09 +02:00
impl arrays. Clean expression templates 2013-10-17 00:32:09 +02:00
indexmaps arrays: length of domain corrected for && 2013-09-28 14:02:03 +02:00
linalg arrays. Clean expression templates 2013-10-17 00:32:09 +02:00
python arrays: new ref counting and weak views 2013-07-23 08:13:44 +02:00
storages arrays : fix in bug in ref counting in deserialize 2013-09-11 18:39:46 +02:00
algorithms.hpp arrays : revised version of map & fold 2013-09-11 18:39:25 +02:00
array.hpp array: add a contructor for reshaping temporary 2013-09-28 22:54:21 +02:00
asserts.hpp arrays : revised version of map & fold 2013-09-11 18:39:25 +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 clef : new version using lvalues and moving rvalues 2013-09-08 15:04:12 +02:00
mapped_functions.hpp arrays : revised version of map & fold 2013-09-11 18:39:25 +02:00
matrix_stack_view.hpp arrays: Remove dim0, dim1, .shape in various matrix object. 2013-08-27 13:43:58 +02:00
matrix_view_proxy.hpp code cleaning 2013-08-27 13:43:58 +02:00
matrix.hpp Fix matrix * alias issue and adapt det_manip 2013-09-11 18:49:22 +02:00
vector.hpp arrays : renaming concept name 2013-08-29 18:06:04 +02:00