Provides an interface for performing an insertion sort on a vector
Subroutine to perform an insertion sort on a vector (single)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(inout) | :: | x(:) | |||
integer, | intent(in) | :: | N |
Subroutine to perform an insertion sort on a vector (double)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=8), | intent(inout) | :: | x(:) | |||
integer, | intent(in) | :: | N |
Subroutine to perform an insertion sort on a vector (complex, double)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=8), | intent(inout) | :: | x(N) | |||
integer, | intent(in) | :: | N |
Subroutine to perform an insertion sort on a vector (single)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(inout) | :: | x(:) | |||
integer, | intent(in) | :: | N |
Subroutine to perform an insertion sort on a vector (double)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=8), | intent(inout) | :: | x(:) | |||
integer, | intent(in) | :: | N |
Subroutine to perform an insertion sort on a vector (complex, double)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=8), | intent(inout) | :: | x(N) | |||
integer, | intent(in) | :: | N |