Extract the final gap (arithmetic mean - geometric mean).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(arithmetic_geometric_mean_real32_type), | intent(in) | :: | agm |
Extract the final gap (arithmetic mean - geometric mean).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(arithmetic_geometric_mean_real64_type), | intent(in) | :: | agm |
Extract the final gap (arithmetic mean - geometric mean).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(arithmetic_geometric_mean_real128_type), | intent(in) | :: | agm |
Extract the gap (arithmetic mean - geometric mean) at a specific iteration.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(arithmetic_geometric_mean_real32_type), | intent(in) | :: | agm | |||
| integer, | intent(in) | :: | i |
Extract the gap (arithmetic mean - geometric mean) at a specific iteration.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(arithmetic_geometric_mean_real64_type), | intent(in) | :: | agm | |||
| integer, | intent(in) | :: | i |
Extract the gap (arithmetic mean - geometric mean) at a specific iteration.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(arithmetic_geometric_mean_real128_type), | intent(in) | :: | agm | |||
| integer, | intent(in) | :: | i |