#include "petscsys.h" PetscErrorCode PetscSortIntWithDataArray(PetscInt n,PetscInt i[],void *Ii,size_t size,void *work)Not Collective
n | - number of values | |
i | - array of integers | |
Ii | - second array of data | |
size | - sizeof elements in the data array in bytes | |
work | - workspace of "size" bytes used when sorting |
Level:intermediate
Location:src/sys/utils/sorti.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages