Various routines to sort real/integer arrays
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I4), | intent(out), | dimension(:) | :: | order |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I4), | intent(in) | :: | g | |||
| integer(kind=I4), | intent(in) | :: | d | |||
| integer(kind=I4), | intent(inout), | dimension(:) | :: | itabref |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I4), | intent(in) | :: | g | |||
| integer(kind=I4), | intent(in) | :: | d | |||
| real(kind=R8), | intent(inout), | dimension(:) | :: | rtabref |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I4), | intent(in) | :: | g | |||
| integer(kind=I4), | intent(in) | :: | d | |||
| real(kind=R8), | intent(inout), | dimension(:) | :: | rtabref | ||
| real(kind=R8), | intent(inout), | dimension(:) | :: | rtab1 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I4), | intent(in) | :: | g | |||
| integer(kind=I4), | intent(in) | :: | d | |||
| real(kind=R8), | intent(inout), | dimension(:) | :: | rtabref | ||
| integer(kind=I4), | intent(inout), | dimension(:) | :: | itab1 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I4), | intent(in) | :: | g | |||
| integer(kind=I4), | intent(in) | :: | d | |||
| real(kind=R8), | intent(inout), | dimension(:) | :: | rtabref | ||
| real(kind=R8), | intent(inout), | dimension(:) | :: | rtab1 | ||
| real(kind=R8), | intent(inout), | dimension(:) | :: | rtab2 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I4), | intent(in) | :: | g | |||
| integer(kind=I4), | intent(in) | :: | d | |||
| integer(kind=I4), | intent(inout), | dimension(:) | :: | itabref | ||
| integer(kind=I4), | intent(inout), | dimension(:) | :: | itab1 | ||
| real(kind=R8), | intent(inout), | dimension(:) | :: | rtab2 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I4), | intent(in) | :: | g | |||
| integer(kind=I4), | intent(in) | :: | d | |||
| integer(kind=I4), | intent(inout), | dimension(:) | :: | itabref | ||
| real(kind=R8), | intent(inout), | dimension(:) | :: | rtab1 |