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()

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