Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ sort_indices_desc()

template<typename C >
std::vector< int > stan::math::sort_indices_desc ( const C &  xs)

Return a sorted copy of the argument container in ascending order.

Template Parameters
Ctype of container
Parameters
xsContainer to sort
Returns
sorted version of container

Definition at line 21 of file sort_indices_desc.hpp.