Home License -- for personal use only. Not for government, academic, research, commercial, or other organizational use. 12-May-2026 10:21:28 crs_to_ccs_test(): MATLAB/Octave version 9.11.0.2358333 (R2021b) Update 7. Test crs_to_ccs(). crs_to_ccs_test01() Convert a 1-based CRS matrix to CCS format. The CRS matrix: # I J A ---- ---- ---- -------------- 1 1 1 2 2 1 2 3 3 2 1 3 4 2 3 4 5 2 5 6 6 3 2 -1 7 3 3 -3 8 3 4 2 9 4 3 1 10 5 2 4 11 5 3 2 12 5 5 1 The CCS matrix: # I J A ---- ---- ---- -------------- 1 1 1 2 2 2 1 3 3 1 2 3 4 3 2 -1 5 5 2 4 6 2 3 4 7 3 3 -3 8 4 3 1 9 5 3 2 10 3 4 2 11 2 5 6 12 5 5 1 crs_to_ccs_test(): Normal end of execution. 12-May-2026 10:21:28