* reimplement .diagonal() for ProductBase to make (A*B).diagonal() more efficient!
and remove the respective bit flags
* add a new Eigen2Support module including Cwise, Flagged, and some other deprecated stuff * add a few cwiseXxx functions * adapt a few modules to use cwiseXxx instead of the .cwise() prefix