Home License -- for personal use only. Not for government, academic, research, commercial, or other organizational use. 16-Mar-2026 12:06:30 ge_to_st_test(): MATLAB/Octave version 9.11.0.2358333 (R2021b) Update 7 Test ge_to_st(). ge_to_st_test01(): Convert a sparse matrix from GE to ST format. ge: general, A(1:M,1:N). st: sparse triplet, I, J, AIJ. The GE matrix: 2 3 0 0 0 3 0 4 0 6 0 -1 -3 2 0 0 0 1 0 0 0 4 2 0 1 The ST matrix: 1 1 1 2.00000000 2 2 1 3.00000000 3 1 2 3.00000000 4 3 2 -1.00000000 5 5 2 4.00000000 6 2 3 4.00000000 7 3 3 -3.00000000 8 4 3 1.00000000 9 5 3 2.00000000 10 3 4 2.00000000 11 2 5 6.00000000 12 5 5 1.00000000 ge_to_st_test(): Normal end of execution. 16-Mar-2026 12:06:30