(C) Alex Schwarzenberg-Czerny, 2005 alex@camk.edu.pl Stable index sorting by merge sort. Requires extra memory (inb)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=4), | intent(in) | :: | dat(:) | unsorted data |
||
integer, | intent(out) | :: | ina(:) | sort index |
(C) Alex Schwarzenberg-Czerny, 2005 alex@camk.edu.pl Stable index sorting by merge sort. Requires extra memory (inb)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=8), | intent(in) | :: | dat(:) | unsorted data |
||
integer, | intent(out) | :: | ina(:) | sort index |