PetscSortIntWithArray

Sorts an array of integers in place in increasing order; changes a second array to match the sorted first array.

Synopsis

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

Input Parameters

n - number of values
i - array of integers
I - second array if integers

See Also

PetscSortReal(), PetscSortIntPermutation(), PetscSortInt()

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