Sort two objects in a list by swapping the values of both objects so that the first object contains the lower value and the second object contains the larger value
排序两个对象,在一个列表中,通过交换这两个对象的值,使得第一对象包含较低的值和第二对象中包含较大的值
用法----------Usage----------
sortList(object)
参数----------Arguments----------
参数:object
The list with two objects (e.g., vector, matrix)
与两个对象(例如,向量,矩阵的列表)
值----------Value----------
The sorted list
排序的列表
(作者)----------Author(s)----------
Sunthud Pornprasertmanit (University of Kansas; <a href="mailto:psunthud@ku.edu">psunthud@ku.edu</a>)