EMPIRE DA
v1.9.1
Data assimilation codes using EMPIRE communication
|
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... | |
subroutine insertionsort_d | ( | real(kind=kind(1.0d0)), dimension(na), intent(inout) | A, |
integer, intent(in) | nA | ||
) |
subroutine to sort using the insertionsort algorithm
[in,out] | a | array of doubles to be sorted |
[in] | na | dimension of array a |
Definition at line 86 of file quicksort.f90.
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
[in,out] | a | array of doubles to be sorted |
[in] | na | dimension of array a |
Definition at line 9 of file quicksort.f90.