Calculate the mean of a 1d data set, given the "type"
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real32), | intent(in), | dimension(:) | :: | data_ | ||
character(len=*), | intent(in), | optional | :: | type |
Calculate the mean of a 1d data set, given the "type"
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(in), | dimension(:) | :: | data_ | ||
character(len=*), | intent(in), | optional | :: | type |
Calculate the mean of a 1d data set, given the "type"
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in), | dimension(:) | :: | data_ | ||
character(len=*), | intent(in), | optional | :: | type |
Calculate the mean of a 1d data set, given the "type"
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in), | dimension(:) | :: | data_ | ||
character(len=*), | intent(in), | optional | :: | type |