Improved Kahan-Babuška algorithm accumulation for summations
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=qp), | intent(inout) | :: | summation | |||
| real(kind=qp), | intent(inout) | :: | c | |||
| real(kind=qp), | intent(in) | :: | input |
Improved Kahan-Babuška algorithm accumulation for summations
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=dp), | intent(inout) | :: | summation | |||
| complex(kind=dp), | intent(inout) | :: | c | |||
| complex(kind=dp), | intent(in) | :: | input |
Improved Kahan-Babuška algorithm accumulation for summations
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=qp), | intent(inout) | :: | summation | |||
| complex(kind=qp), | intent(inout) | :: | c | |||
| complex(kind=qp), | intent(in) | :: | input |