Calculate whether there is a difference between two series of items. Conceptually pure, but C_LOC may be (incorrectly) impure.
Calculates if there is a difference between two arrays. FORTRAN 77: see libxsmm_xdiff
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=C_CHAR), | INTENT(IN)$CONTIGUOUS | :: | a(:) | |||
character(len=C_CHAR), | INTENT(IN)$CONTIGUOUS | :: | b(:) |
Calculates if there is a difference between two arrays. FORTRAN 77: see libxsmm_xdiff
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=C_INT8_T), | INTENT(IN)$CONTIGUOUS | :: | a(:) | |||
integer(kind=C_INT8_T), | INTENT(IN)$CONTIGUOUS | :: | b(:) |
Calculates if there is a difference between two arrays. FORTRAN 77: see libxsmm_xdiff
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=C_INT), | INTENT(IN)$CONTIGUOUS | :: | a(:) | |||
integer(kind=C_INT), | INTENT(IN)$CONTIGUOUS | :: | b(:) |
Calculates if there is a difference between two arrays. FORTRAN 77: see libxsmm_xdiff
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=C_LONG_LONG), | INTENT(IN)$CONTIGUOUS | :: | a(:) | |||
integer(kind=C_LONG_LONG), | INTENT(IN)$CONTIGUOUS | :: | b(:) |