Scythe-1.0.3
|
template<matrix_order RO, matrix_style RS, typename T , matrix_order PO, matrix_style PS>
Sort the columns of a Matrix. This function returns a copy of M, with each column sorted in ascending order.
References scythe::Matrix< T_type, ORDER, STYLE >::begin(), scythe::Matrix_base< ORDER, STYLE >::cols(), scythe::Matrix< T_type, ORDER, STYLE >::end(), and sort(). |