mirror of
https://github.com/triqs/dft_tools
synced 2025-01-12 22:18:23 +01:00
7aedaef945
Pb : M() = rhs; // rhs of type RHS Currenlty does : M(i,j) = (i==j ? rhs : RHS{}) Changed to M(i,j) = (i==j ? rhs : RHS{0*rhs}) If RHS is a double, int ... Same result. If RHS is a matrix, gf, currently the offdiag elements are default constructed (i.e. of 0 size !). Which can break operations later (matrix<matrix<double>>) After change : all elements have the same size ! |
||
---|---|---|
.. | ||
arrays | ||
clef | ||
det_manip | ||
gfs | ||
h5 | ||
lattice | ||
mc_tools | ||
parameters | ||
python_tools | ||
statistics | ||
utility | ||
arrays.hpp | ||
clef.hpp | ||
CMakeLists.txt | ||
det_manip.hpp | ||
gfs.hpp | ||
h5.hpp | ||
mc_tools.hpp | ||
parameters.hpp | ||
statistics.hpp | ||
version.hpp.in |