Public interface for routines that calculate the mean value.
Calculates the mean value of a real-valued array.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in), | dimension(:) | :: | x |
Real-valued array |
Mean value
Calculates the mean value of a complex-valued array.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=wp), | intent(in), | dimension(:) | :: | x |
Complex-valued array |
Mean value