numere-org / NumeRe

Framework for numerical computations, data analysis and visualisation
https://www.numere.org
GNU General Public License v3.0
20 stars 7 forks source link

Simple function for sorting things #165

Closed numeredev closed 2 months ago

numeredev commented 11 months ago

DESCRIPTION

What does your feature request improve on? Please describe. A simple function for sorting a list of things would be appreciated in many scenarios, when the advanced sorting capabilities of tables are not really necessary.

Describe the solution you'd like A function vectsort({ELEMS}) -> {VAL} returning the sorting index would be greatly appreciated. This function should work on numerical and string data.

Additional context Add any other context or screenshots about the feature request here.

(Do not write below this line)


DEVS' SECTION

ANALYSIS

(Describe, what's the issue and which changes have to be made)

IMPLEMENTATION STEPS

(see also our Wiki for implementation guidelines)

DOCUMENTATION STEPS

(see also our Wiki for further information)

PULL REQUEST