Module for index manipulation and general array handling
The specification of this module is available here.
Return the positions of the false elements in array. Specification
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(in) | :: | array(:) |
Mask of logicals |
||
integer, | intent(in), | optional | :: | lbound |
Lower bound of array to index |
Locations of false elements
Return the positions of the true elements in array. Specification
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(in) | :: | array(:) |
Mask of logicals |
||
integer, | intent(in), | optional | :: | lbound |
Lower bound of array to index |
Locations of true elements