isEqual Interface

public interface isEqual

Called by

interface~~isequal~~CalledByGraph interface~isequal isEqual proc~assertwithintolerancetwoquad assertWithinToleranceTwoQuad proc~assertwithintolerancetwoquad->interface~isequal interface~ftassertequal FTAssertEqual interface~ftassertequal->proc~assertwithintolerancetwoquad

Module Procedures

private function isEqualTwoIntegers(i, j)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: i
integer, intent(in) :: j

Return Value logical

private function isEqualTwoIntegerArrays1D(a, b, info)

Arguments

Type IntentOptional Attributes Name
integer, intent(in), DIMENSION(:) :: a
integer, intent(in), DIMENSION(:) :: b
type(assertInfoArray1D), intent(inout), optional :: info

Return Value logical

private function isEqualTwoIntegerArrays2D(a, b, info)

Arguments

Type IntentOptional Attributes Name
integer, intent(in), DIMENSION(:,:) :: a
integer, intent(in), DIMENSION(:,:) :: b
type(assertInfoArray2D), intent(inout), optional :: info

Return Value logical

private function isWithinToleranceTwoReal(x, y, relTol, absTol)

Arguments

Type IntentOptional Attributes Name
real, intent(in) :: x
real, intent(in) :: y
real, intent(in) :: relTol
real, intent(in), optional :: absTol

Return Value logical

private function isWithinToleranceTwoRealArrays1D(a, b, relTol, absTol, code)

Arguments

Type IntentOptional Attributes Name
real, intent(in), DIMENSION(:) :: a
real, intent(in), DIMENSION(:) :: b
real, intent(in) :: relTol
real, intent(in), optional :: absTol
integer, intent(inout), optional :: code

Return Value logical

private function isWithinToleranceTwoRealArrays2D(a, b, relTol, absTol, code)

Arguments

Type IntentOptional Attributes Name
real, intent(in), DIMENSION(:,:) :: a
real, intent(in), DIMENSION(:,:) :: b
real, intent(in) :: relTol
real, intent(in), optional :: absTol
integer, intent(out), optional :: code

Return Value logical

private function isWithinToleranceTwoDouble(x, y, relTol, absTol)

Arguments

Type IntentOptional Attributes Name
double precision, intent(in) :: x
double precision, intent(in) :: y
double precision, intent(in) :: relTol
double precision, intent(in), optional :: absTol

Return Value logical

private function isWithinToleranceTwoDoubleArrays1D(a, b, relTol, absTol, code)

Arguments

Type IntentOptional Attributes Name
double precision, intent(in), DIMENSION(:) :: a
double precision, intent(in), DIMENSION(:) :: b
double precision, intent(in) :: relTol
double precision, intent(in), optional :: absTol
integer, intent(out), optional :: code

Return Value logical

private function isWithinToleranceTwoDoubleArrays2D(a, b, relTol, absTol, code)

Arguments

Type IntentOptional Attributes Name
double precision, intent(in), DIMENSION(:,:) :: a
double precision, intent(in), DIMENSION(:,:) :: b
double precision, intent(in) :: relTol
double precision, intent(in), optional :: absTol
integer, intent(out), optional :: code

Return Value logical

private function isEqualString(s1, s2)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: s1
character(len=*) :: s2

Return Value logical

private function isWithinToleranceTwoQuad(x, y, relTol, absTol)

Arguments

Type IntentOptional Attributes Name
real(kind=SELECTED_REAL_KIND(QUAD_DIGITS)), intent(in) :: x
real(kind=SELECTED_REAL_KIND(QUAD_DIGITS)), intent(in) :: y
real(kind=SELECTED_REAL_KIND(QUAD_DIGITS)), intent(in) :: relTol
real(kind=SELECTED_REAL_KIND(QUAD_DIGITS)), intent(in), optional :: absTol

Return Value logical