Skip to content

Fixed copy-constructor in SparseMatrix

Jakub Klinkovský requested to merge JK/fix-copy-move into develop

It cannot be default, because the internal view would still point to the original matrix.

Merge request reports