disjoint Interface

public interface disjoint

Check if A and B are disjoint.


Contents


Module Procedures

private pure function disjoint_integer_int64(A, B) result(res)

Arguments

Type IntentOptional Attributes Name
integer(kind=int64), intent(in) :: A(:)
integer(kind=int64), intent(in) :: B(:)

Return Value logical

private pure function disjoint_integer_int32(A, B) result(res)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: A(:)
integer(kind=int32), intent(in) :: B(:)

Return Value logical