|
SecreC 2 language
2.8.0 (2023.09)
Language and standard library reference
|
Functions | |
| template<domain D> | |
| D uint64 | radixSort (D uint64[[2]] array, uint column1) |
Functions for sorting rows in a matrix using the radix sort algorithm.
| array | - a vector of supported type |
| column | - the index of the sorting column |
| D uint64 radixSort | ( | D uint64[[2]] | array, |
| uint | column1 | ||
| ) |