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 a4370c2 commit 10add87Copy full SHA for 10add87
src/stdlib_intrinsics.fypp
@@ -127,7 +127,7 @@ module stdlib_intrinsics
127
!!
128
!! compute the dot_product of rank 1 arrays.
129
!! The implementation follows a chunked approach combined with a kahan kernel for optimizing performance and increasing accuracy.
130
- !! Supported data types include `real` and `complex`.
+ !! Supported data types include `real`, `complex` and `integer`.
131
132
#:for rk, rt, rs in RC_KINDS_TYPES
133
pure module function stdlib_dot_product_kahan_${rs}$(a,b) result(p)
0 commit comments