Go to the source code of this file.
Namespaces | |
GeochemistrySortedIndices | |
Utility to produce sorted information. | |
Functions | |
std::vector< unsigned > | GeochemistrySortedIndices::sortedIndices (const std::vector< Real > &to_sort, bool ascending) |
Produces a vector of indices corresponding to the smallest-to-biggest entries in to_sort (or biggest-to-smallest if ascending=false). More... | |