EMPIRE DA  v1.9.1
Data assimilation codes using EMPIRE communication
 All Classes Files Functions Variables Pages
quicksort.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

recursive subroutine quicksort_d (a, na)
 subroutine to sort using the quicksort algorithm More...
 
subroutine insertionsort_d (A, nA)
 subroutine to sort using the insertionsort algorithm More...
 

Function/Subroutine Documentation

subroutine insertionsort_d ( real(kind=kind(1.0d0)), dimension(na), intent(inout)  A,
integer, intent(in)  nA 
)

subroutine to sort using the insertionsort algorithm

Parameters
[in,out]aarray of doubles to be sorted
[in]nadimension of array a

Definition at line 86 of file quicksort.f90.

Here is the caller graph for this function:

recursive subroutine quicksort_d ( real(kind=kind(1.0d0)), dimension(na), intent(inout)  a,
integer, intent(in)  na 
)

subroutine to sort using the quicksort algorithm

Parameters
[in,out]aarray of doubles to be sorted
[in]nadimension of array a

Definition at line 9 of file quicksort.f90.

Here is the call graph for this function:

Here is the caller graph for this function: