cta_util_sort.h File Reference

Interface to the sorting utility functions of COSTA. This header file handles the C/FORTRAN interfacing. More...

#include "cta_system.h"

Go to the source code of this file.

Functions

CTAEXPORT void CTA_Util_IQSort2 (int *list, int *indx, int n)
 Sort an integer array using the Quicksort algorithm. An additional interger array is permutated in way as the unsorted array.

Detailed Description

Interface to the sorting utility functions of COSTA. This header file handles the C/FORTRAN interfacing.

Definition in file cta_util_sort.h.


Function Documentation

CTAEXPORT void CTA_Util_IQSort2 ( int *  list,
int *  indx,
int  n 
)

Sort an integer array using the Quicksort algorithm. An additional interger array is permutated in way as the unsorted array.

Parameters:
list (input/output) array, dimension (N) On entry, the array to be sorted. On exit, list has been sorted into increasing order
indx (input/output) array, dimension (N)
n (input) INTEGER The length of the array D.

Generated on 4 Mar 2014 for OpenDA by  doxygen 1.6.1