PetscSortDouble

Sorts an array of doubles in place in increasing order.

Synopsis

int PetscSortDouble(int n,double v[])
Not Collective

Input Parameters

n - number of values
v - array of doubles

Keywords

sort, double

See Also

PetscSortInt(), PetscSortDoubleWithPermutation()

Level:intermediate
Location:src/sys/src/utils/sortd.c
System Index
Table of Contents