16-May-2025 04:41:09 sort_rc_test(): MATLAB/Octave version 6.4.0 Test sort_rc(). sort_rc_i4vec_test(): sort_rc() sorts objects externally. This function relies on the use of persistent data stored internally. Unsorted array: 1: 6 2: 15 3: 2 4: 19 5: 2 6: 16 7: 15 8: 1 9: 8 10: 1 11: 2 12: 13 13: 19 14: 9 15: 14 16: 8 17: 3 18: 8 19: 17 20: 13 Sorted array: 1: 1 2: 1 3: 2 4: 2 5: 2 6: 3 7: 6 8: 8 9: 8 10: 8 11: 9 12: 13 13: 13 14: 14 15: 15 16: 15 17: 16 18: 17 19: 19 20: 19 sort_safe_rc_i4vec_test(): sort_safe_rc() sorts objects externally. This function does not use persistent memory. Unsorted array: 1: 5 2: 12 3: 8 4: 11 5: 7 6: 8 7: 2 8: 1 9: 14 10: 4 11: 18 12: 20 13: 17 14: 12 15: 14 16: 19 17: 2 18: 19 19: 16 20: 16 Sorted array: 1: 1 2: 2 3: 2 4: 4 5: 5 6: 7 7: 8 8: 8 9: 11 10: 12 11: 12 12: 14 13: 14 14: 16 15: 16 16: 17 17: 18 18: 19 19: 19 20: 20 sort_rc_test(): Normal end of execution. 16-May-2025 04:41:09