int PetscSortDoubleWithPermutation(int n, double *i, int *idx )Not Collective
n | - number of values to sort |
i | - values to sort |
idx | - permutation array. Must be initialized to 0:n-1 on input. |
Location: src/sys/src/utilssortip.c
System Index
Table of Contents