DenseStorage safely copy/swap.
Fixes #2229 (closed).
For dynamic matrices with fixed-sized storage, only copy/swap elements that have been set. Otherwise, this leads to inefficient copying, and potential UB for non-initialized elements.
Edited by Antonio Sánchez