Searched refs:PetscSortRealWithPermutation_Private (Results 1 – 1 of 1) sorted by relevance
93 static PetscErrorCode PetscSortRealWithPermutation_Private(const PetscReal v[], PetscInt vdx[], Pet… in PetscSortRealWithPermutation_Private() function115 PetscCall(PetscSortRealWithPermutation_Private(v, vdx, last - 1)); in PetscSortRealWithPermutation_Private()116 PetscCall(PetscSortRealWithPermutation_Private(v, vdx + last + 1, right - (last + 1))); in PetscSortRealWithPermutation_Private()160 PetscCall(PetscSortRealWithPermutation_Private(i, idx, n - 1)); in PetscSortRealWithPermutation()