Calculate the arithmetic mean of a rank 1 array
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real32), | intent(in) | :: | data_(:) |
Rank 1 array containing the elements to calculate the mean for
Calculate the arithmetic mean of a rank 1 array
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(in) | :: | data_(:) |
Rank 1 array containing the elements to calculate the mean for
Calculate the arithmetic mean of a rank 1 array
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | data_(:) | Rank 1 array containing the elements to calculate the mean for |
Calculate the arithmetic mean of a rank 1 array
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | data_(:) |
Rank 1 array containing the elements to calculate the mean for