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 )
Exceptional GitLab maintenance is scheduled for June 24, 2025. The service will be unavailable between 8:00 am and 9:30 am. Please do not work on the platform until an announcement indicates that maintenance is complete.
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.