Scythe-1.0.3
|
template<matrix_order RO, matrix_style RS, typename T , matrix_order PO, matrix_style PS>
Find unique elements in a Matrix. This function identifies all of the unique elements in a Matrix, and returns them in a sorted row vector.
References scythe::Matrix< T_type, ORDER, STYLE >::begin_f(), copy(), and scythe::Matrix< T_type, ORDER, STYLE >::end_f(). |