#include "petscsys.h" PetscErrorCode PetscMergeIntArray(PetscInt an,const PetscInt *aI, PetscInt bn, const PetscInt *bI, PetscInt *n, PetscInt **L)Not Collective Many br
an | - number of values in the first array Many br | |
aI | - first sorted array of integers Many br | |
bn | - number of values in the second array Many br | |
bI | - second array of integers Many br |
n | - number of values in the merged array Many br | |
I | - merged sorted array, this is allocated if an array is not provided Many br |
Many br
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