|
subroutine | bubble_isort_intg (A, IND, ERR, ERROR,) |
|
subroutine | bubble_isort_sp (A, IND, ERR, ERROR,) |
|
subroutine | bubble_isort_dp (A, IND, ERR, ERROR,) |
|
Definition at line 64 of file sorting.f90.
subroutine sorting::bubble_isort::bubble_isort_dp |
( |
real(dp), dimension(:), intent(inout) |
A, |
|
|
integer(intg), dimension(:), intent(out) |
IND, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
subroutine sorting::bubble_isort::bubble_isort_intg |
( |
integer(intg), dimension(:), intent(inout) |
A, |
|
|
integer(intg), dimension(:), intent(out) |
IND, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
subroutine sorting::bubble_isort::bubble_isort_sp |
( |
real(sp), dimension(:), intent(inout) |
A, |
|
|
integer(intg), dimension(:), intent(out) |
IND, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |