Provides support for various statistical methods. This includes currently descriptive statistics (Specification)
Pearson correlation of array elements (Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) |
Covariance of array elements (Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Mean of array elements (Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:,:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:,:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:) | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:) | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:) | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:) | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:) | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:) | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:) | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:) | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:,:) | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:,:) | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:) | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:) | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:) | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:) | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:) | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:) | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in) | :: | mask(:,:,:) |
Median of array elements (Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:) | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:) | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:) | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:) | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:) | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:) | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:) | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:) | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:) | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:) | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:) | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:) | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:,:) |
Central moment of array elements (Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
complex(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
complex(kind=sp), | intent(in), | optional | :: | center | ||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=sp), | intent(in), | optional | :: | center | ||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
complex(kind=dp), | intent(in), | optional | :: | center(merge(size(x,1),size(x,2),mask=1
| | |
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
complex(kind=sp), | intent(in), | optional | :: | center(merge(size(x,1),size(x,2),mask=1
| | |
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in), | optional | :: | center(merge(size(x,1),size(x,2),mask=1
| | |
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in), | optional | :: | center(merge(size(x,1),size(x,2),mask=1
| | |
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in), | optional | :: | center(merge(size(x,1),size(x,2),mask=1
| | |
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in), | optional | :: | center(merge(size(x,1),size(x,2),mask=1
| | |
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in), | optional | :: | center(merge(size(x,1),size(x,2),mask=1
| | |
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=sp), | intent(in), | optional | :: | center(merge(size(x,1),size(x,2),mask=1
| | |
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
complex(kind=dp), | intent(in), | optional | :: | center(merge(size(x,1),size(x,2),mask=1
| | |
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
complex(kind=sp), | intent(in), | optional | :: | center(merge(size(x,1),size(x,2),mask=1
| | |
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in), | optional | :: | center(merge(size(x,1),size(x,2),mask=1
| | |
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in), | optional | :: | center(merge(size(x,1),size(x,2),mask=1
| | |
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in), | optional | :: | center(merge(size(x,1),size(x,2),mask=1
| | |
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in), | optional | :: | center(merge(size(x,1),size(x,2),mask=1
| | |
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in), | optional | :: | center(merge(size(x,1),size(x,2),mask=1
| | |
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=sp), | intent(in), | optional | :: | center(merge(size(x,1),size(x,2),mask=1
| | |
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | order | |||
complex(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | order | |||
complex(kind=sp), | intent(in), | optional | :: | center | ||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | order | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | order | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | order | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | order | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | order | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | order | |||
real(kind=sp), | intent(in), | optional | :: | center | ||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
complex(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
complex(kind=sp), | intent(in), | optional | :: | center | ||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
real(kind=sp), | intent(in), | optional | :: | center | ||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
complex(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
complex(kind=sp), | intent(in), | optional | :: | center | ||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
real(kind=sp), | intent(in), | optional | :: | center | ||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
complex(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
complex(kind=sp), | intent(in), | optional | :: | center | ||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=sp), | intent(in), | optional | :: | center | ||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
complex(kind=dp), | intent(in), | optional | :: | center(merge(size(x,1),size(x,2),mask=1
| | |
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
complex(kind=sp), | intent(in), | optional | :: | center(merge(size(x,1),size(x,2),mask=1
| | |
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in), | optional | :: | center(merge(size(x,1),size(x,2),mask=1
| | |
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in), | optional | :: | center(merge(size(x,1),size(x,2),mask=1
| | |
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in), | optional | :: | center(merge(size(x,1),size(x,2),mask=1
| | |
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in), | optional | :: | center(merge(size(x,1),size(x,2),mask=1
| | |
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in), | optional | :: | center(merge(size(x,1),size(x,2),mask=1
| | |
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=sp), | intent(in), | optional | :: | center(merge(size(x,1),size(x,2),mask=1
| | |
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
complex(kind=dp), | intent(in), | optional | :: | center(merge(size(x,1),size(x,2),mask=1
| | |
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
complex(kind=sp), | intent(in), | optional | :: | center(merge(size(x,1),size(x,2),mask=1
| | |
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in), | optional | :: | center(merge(size(x,1),size(x,2),mask=1
| | |
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in), | optional | :: | center(merge(size(x,1),size(x,2),mask=1
| | |
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in), | optional | :: | center(merge(size(x,1),size(x,2),mask=1
| | |
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in), | optional | :: | center(merge(size(x,1),size(x,2),mask=1
| | |
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in), | optional | :: | center(merge(size(x,1),size(x,2),mask=1
| | |
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=sp), | intent(in), | optional | :: | center(merge(size(x,1),size(x,2),mask=1
| | |
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | order | |||
complex(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | order | |||
complex(kind=sp), | intent(in), | optional | :: | center | ||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | order | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | order | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | order | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | order | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | order | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | order | |||
real(kind=sp), | intent(in), | optional | :: | center | ||
logical, | intent(in) | :: | mask(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
complex(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
complex(kind=sp), | intent(in), | optional | :: | center | ||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
real(kind=sp), | intent(in), | optional | :: | center | ||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
complex(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
complex(kind=sp), | intent(in), | optional | :: | center | ||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
real(kind=dp), | intent(in), | optional | :: | center | ||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
real(kind=sp), | intent(in), | optional | :: | center | ||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
complex(kind=dp), | intent(in) | :: | center | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
complex(kind=sp), | intent(in) | :: | center | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in) | :: | center | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in) | :: | center | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in) | :: | center | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in) | :: | center | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in) | :: | center | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=sp), | intent(in) | :: | center | |||
logical, | intent(in) | :: | mask(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
complex(kind=dp), | intent(in) | :: | center | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
complex(kind=sp), | intent(in) | :: | center | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in) | :: | center | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in) | :: | center | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in) | :: | center | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in) | :: | center | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in) | :: | center | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=sp), | intent(in) | :: | center | |||
logical, | intent(in) | :: | mask(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
complex(kind=dp), | intent(in) | :: | center | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
complex(kind=sp), | intent(in) | :: | center | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in) | :: | center | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in) | :: | center | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in) | :: | center | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in) | :: | center | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in) | :: | center | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=sp), | intent(in) | :: | center | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
complex(kind=dp), | intent(in) | :: | center | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
complex(kind=sp), | intent(in) | :: | center | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in) | :: | center | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in) | :: | center | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in) | :: | center | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in) | :: | center | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=dp), | intent(in) | :: | center | |||
logical, | intent(in), | optional | :: | mask |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | order | |||
integer, | intent(in) | :: | dim | |||
real(kind=sp), | intent(in) | :: | center | |||
logical, | intent(in), | optional | :: | mask |
Variance of array elements (Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:) | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:) | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:) | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:) | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:) | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:) | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:) | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:) | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:,:) | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:,:) | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:) | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:) | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:) | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:) | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:) | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:) | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in), | optional | :: | mask | ||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:,:) | |||
integer, | intent(in) | :: | dim | |||
logical, | intent(in) | :: | mask(:,:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:) | |||
logical, | intent(in) | :: | mask(:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:) | |||
logical, | intent(in) | :: | mask(:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:) | |||
logical, | intent(in) | :: | mask(:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:) | |||
logical, | intent(in) | :: | mask(:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:) | |||
logical, | intent(in) | :: | mask(:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:) | |||
logical, | intent(in) | :: | mask(:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:) | |||
logical, | intent(in) | :: | mask(:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:) | |||
logical, | intent(in) | :: | mask(:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:,:) | |||
logical, | intent(in) | :: | mask(:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:,:) | |||
logical, | intent(in) | :: | mask(:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:) | |||
logical, | intent(in) | :: | mask(:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:) | |||
logical, | intent(in) | :: | mask(:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:) | |||
logical, | intent(in) | :: | mask(:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:) | |||
logical, | intent(in) | :: | mask(:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:) | |||
logical, | intent(in) | :: | mask(:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:) | |||
logical, | intent(in) | :: | mask(:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in) | :: | mask(:,:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in) | :: | mask(:,:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in) | :: | mask(:,:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in) | :: | mask(:,:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in) | :: | mask(:,:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in) | :: | mask(:,:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in) | :: | mask(:,:,:) | |||
logical, | intent(in), | optional | :: | corrected |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x(:,:,:) | |||
logical, | intent(in) | :: | mask(:,:,:) | |||
logical, | intent(in), | optional | :: | corrected |