Home License -- for personal use only. Not for government, academic, research, commercial, or other organizational use. 16-Mar-2026 09:59:42 st_to_ge_test(): MATLAB/Octave version 9.11.0.2358333 (R2021b) Update 7 Test st_to_ge(). st_to_ge_test01(): Convert a sparse matrix from ST to ge format. st: sparse triplet, I, J, AIJ. ge: general, A(1:M,1:N). The ST matrix: Sparse Triplet (ST) header: Minimum row index I_MIN = 1 Maximum row index I_MAX = 5 Minimum col index J_MIN = 1 Maximum col index J_MAX = 5 Number of rows M = 5 Number of columns N = 5 Number of nonzeros NST = 12 The ST matrix: 1 1 1 2.00000000 2 1 2 3.00000000 3 2 1 3.00000000 4 2 3 4.00000000 5 2 5 6.00000000 6 3 2 -1.00000000 7 3 3 -3.00000000 8 3 4 2.00000000 9 4 3 1.00000000 10 5 2 4.00000000 11 5 3 2.00000000 12 5 5 1.00000000 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 st_to_ge_test(): Normal end of execution. 16-Mar-2026 09:59:42