Compute arithmetic and geometric mean using the given prev_a and prev_g.
Warning
Compute arithmetic and geometric mean using the given prev_a and prev_g.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real32), | intent(in) | :: | prev_a |
previous arithmetic mean |
||
| real(kind=real32), | intent(in) | :: | prev_g |
previous geometric mean |
||
| real(kind=real32), | intent(out) | :: | next_a |
next arithmetic mean |
||
| real(kind=real32), | intent(out) | :: | next_g |
next geometric mean |
Compute arithmetic and geometric mean using the given prev_a and prev_g.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | prev_a |
previous arithmetic mean |
||
| real(kind=real64), | intent(in) | :: | prev_g |
previous geometric mean |
||
| real(kind=real64), | intent(out) | :: | next_a |
next arithmetic mean |
||
| real(kind=real64), | intent(out) | :: | next_g |
next geometric mean |
Compute arithmetic and geometric mean using the given prev_a and prev_g.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real128), | intent(in) | :: | prev_a |
previous arithmetic mean |
||
| real(kind=real128), | intent(in) | :: | prev_g |
previous geometric mean |
||
| real(kind=real128), | intent(out) | :: | next_a |
next arithmetic mean |
||
| real(kind=real128), | intent(out) | :: | next_g |
next geometric mean |