Fixed copy-constructor in SparseMatrix
It cannot be default, because the internal view would still point to the original matrix.
Loading
Please sign in to comment
It cannot be default, because the internal view would still point to the original matrix.