Exploit the new sort to perform inplace conversion from IJV to CS[rc] formats
Compare changes
+ 20
− 5
@@ -23,10 +23,12 @@
@@ -44,13 +46,13 @@ z_spmSort( spmatrix_t *spm )
@@ -87,6 +89,19 @@ z_spmSort( spmatrix_t *spm )
GitLab upgrade completed. Current version is 17.11.4.
This changes the conversion routines from IJV to CSx formats to use nly an extra workspace of size n+1 and not two full matrices.