Scythe-1.0.3
|
template<matrix_order SORT_ORDER, matrix_order RO, matrix_style RS, typename T , matrix_order PO, matrix_style PS>
Sort a Matrix. This function returns a copy of M, sorted in ascending order. The sorting order is determined by the template parameter SORT_ORDER or, by default, to matrix_order of M.
|