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 23981d6 commit db97da9Copy full SHA for db97da9
src/stdlib_intrinsics.fypp
@@ -23,7 +23,7 @@ module stdlib_intrinsics
23
!! This interface provides standard conforming call for sum of elements of any rank.
24
!! The 1-D base implementation follows a chunked approach for optimizing performance and increasing accuracy.
25
!! The `N-D` interfaces calls upon the `(N-1)-D` implementation.
26
- !! Supported data types include `real` and `complex`.
+ !! Supported data types include `real`, `complex` and `integer`.
27
!!
28
#:for rk, rt, rs in RC_KINDS_TYPES
29
pure module function stdlib_sum_1d_${rs}$(a) result(s)
0 commit comments