sort Interface

public interface sort

Contents


Module Procedures

private pure subroutine sort_d_a_d_i64(arr, arr2, arr3, nskip, par)

a is the pivot value

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(inout) :: arr(:)
real(kind=dp), intent(inout) :: arr2(:,:)
integer(kind=int64), intent(inout) :: arr3(:)
integer, intent(in), optional :: nskip
integer, intent(out), optional :: par