Compute the intersection of two sets
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in), | dimension(:) | :: | A | set A |
|
integer, | intent(in), | dimension(:) | :: | B | set B |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real32), | intent(in), | dimension(:) | :: | A | set A |
|
real(kind=real32), | intent(in), | dimension(:) | :: | B | set B |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(in), | dimension(:) | :: | A | set A |
|
real(kind=real64), | intent(in), | dimension(:) | :: | B | set B |