sort_mod_i64_a_i64_d_i64 Module



Contents


Interfaces

private interface operator(.gt.)

  • private elemental function cmplx_gt_i64_a_i64_d_i64(a, b) result(bGt)

    Arguments

    Type IntentOptional Attributes Name
    complex(kind=dp), intent(in) :: a
    complex(kind=dp), intent(in) :: b

    Return Value logical

private interface operator(.lt.)

  • private elemental function cmplx_lt_i64_a_i64_d_i64(a, b) result(bLt)

    Arguments

    Type IntentOptional Attributes Name
    complex(kind=dp), intent(in) :: a
    complex(kind=dp), intent(in) :: b

    Return Value logical

public interface sort

  • private pure subroutine sort_i64_a_i64_d_i64(arr, arr2, arr3, arr4, nskip, par)

    a is the pivot value

    Arguments

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

private interface cmplx_gt

  • private elemental function cmplx_gt_i64_a_i64_d_i64(a, b) result(bGt)

    Arguments

    Type IntentOptional Attributes Name
    complex(kind=dp), intent(in) :: a
    complex(kind=dp), intent(in) :: b

    Return Value logical

private interface cmplx_lt

  • private elemental function cmplx_lt_i64_a_i64_d_i64(a, b) result(bLt)

    Arguments

    Type IntentOptional Attributes Name
    complex(kind=dp), intent(in) :: a
    complex(kind=dp), intent(in) :: b

    Return Value logical


Functions

private elemental function cmplx_gt_i64_a_i64_d_i64(a, b) result(bGt)

Arguments

Type IntentOptional Attributes Name
complex(kind=dp), intent(in) :: a
complex(kind=dp), intent(in) :: b

Return Value logical

private elemental function cmplx_lt_i64_a_i64_d_i64(a, b) result(bLt)

Arguments

Type IntentOptional Attributes Name
complex(kind=dp), intent(in) :: a
complex(kind=dp), intent(in) :: b

Return Value logical


Subroutines

private pure subroutine sort_i64_a_i64_d_i64(arr, arr2, arr3, arr4, nskip, par)

a is the pivot value

Arguments

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