We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1c7e7 commit 23981d6Copy full SHA for 23981d6
src/stdlib_intrinsics.fypp
@@ -64,7 +64,7 @@ module stdlib_intrinsics
64
!! This interface provides standard conforming call for sum of elements of any rank.
65
!! The 1-D base implementation follows a chunked approach combined with a kahan kernel for optimizing performance and increasing accuracy.
66
!! The `N-D` interfaces calls upon the `(N-1)-D` implementation.
67
- !! Supported data types include `real` and `complex`.
+ !! Supported data types include `real`, `complex` and `integer`.
68
!!
69
#:for rk, rt, rs in RC_KINDS_TYPES
70
pure module function stdlib_sum_kahan_1d_${rs}$(a) result(s)
0 commit comments