Function trv::array::get_sorted_indices#

Function Documentation#

std::vector<int> trv::array::get_sorted_indices(std::vector<int> sorting_vector)#

Get the sorted indices.

Parameters:

sorting_vector – Sorting vector.

Returns:

Sorted indices.