Olivier Parcollet
59b969dbd3
arrays: fix mapped_function (conj overload)
...
- conj overload should return complex, as in standard.
- changed the test output for mapped_function.
- fixed make_matrix_view and example in doc.
2013-12-30 22:32:15 +01:00
Olivier Parcollet
8cc5012347
Fix #42 . Conj overload issue
...
std::conj returns a complex according to std.
On gcc, we need to define it (bug?) but on clang libc++
it is an error.
-> one test is still failing : to be decided later
2013-12-21 20:07:52 +01:00
Olivier Parcollet
17ab555213
gf: fix matsubara_freq and mesh_pt
...
- cleaner implementation, solve some bugs...
2013-11-20 15:16:53 +01:00
Olivier Parcollet
9cdc139214
arrays: add conj function for arrays/matrix and tests
...
- map conj (and extend it for integers).
2013-11-18 23:41:32 +01:00
Olivier Parcollet
c06e183ae5
arrays : revised version of map & fold
...
- also cleaned a bit reinterpretview example
2013-09-11 18:39:25 +02:00
Olivier Parcollet
f2c7d449cc
First commit : triqs libs version 1.0 alpha1
...
for earlier commits, see TRIQS0.x repository.
2013-07-17 19:24:07 +02:00