PetscSortInt

Sorts an array of integers in place in increasing order.

Synopsis

int PetscSortInt( int n, int *i )
Not Collective

Input Parameters

n - number of values
i - array of integers

Keywords

sort, integer

See Also

PetscSortDouble(), PetscSortIntWithPermutation()

Location: src/sys/src/utilssorti.c
System Index
Table of Contents