mirror of
https://github.com/triqs/dft_tools
synced 2024-10-31 19:23:45 +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 ! |
||
---|---|---|
.. | ||
assignment.hpp | ||
common.hpp | ||
exceptions.hpp | ||
flags.hpp | ||
indexmap_storage_pair.hpp | ||
iterator_adapter.hpp | ||
make_const.hpp | ||
traits.hpp |