PetscSortInt

Sorts an array of integers in place in increasing order.

Synopsis

#include "petsc.h"  
#include "petscsys.h"    
int PetscSortInt(int n,int i[])
Not Collective

Input Parameters

n - number of values
i - array of integers

See Also

PetscSortReal(), PetscSortIntWithPermutation()

Level:intermediate
Location:
src/sys/src/utils/sorti.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages