util_mod_comparisons_real Module



Contents


Interfaces

public interface operator(.arrgt.)

  • private pure function arr_gt_real(a, b) result(bGt)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=sp), intent(in), dimension(:) :: a
    real(kind=sp), intent(in), dimension(:) :: b

    Return Value logical

public interface operator(.arrlt.)

  • private pure function arr_lt_real(a, b) result(bLt)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=sp), intent(in), dimension(:) :: a
    real(kind=sp), intent(in), dimension(:) :: b

    Return Value logical

public interface arr_gt

  • private pure function arr_gt_real(a, b) result(bGt)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=sp), intent(in), dimension(:) :: a
    real(kind=sp), intent(in), dimension(:) :: b

    Return Value logical

public interface arr_lt

  • private pure function arr_lt_real(a, b) result(bLt)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=sp), intent(in), dimension(:) :: a
    real(kind=sp), intent(in), dimension(:) :: b

    Return Value logical


Functions

private pure function arr_gt_real(a, b) result(bGt)

Arguments

Type IntentOptional Attributes Name
real(kind=sp), intent(in), dimension(:) :: a
real(kind=sp), intent(in), dimension(:) :: b

Return Value logical

private pure function arr_lt_real(a, b) result(bLt)

Arguments

Type IntentOptional Attributes Name
real(kind=sp), intent(in), dimension(:) :: a
real(kind=sp), intent(in), dimension(:) :: b

Return Value logical