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 10add87 commit 4b1c7e7Copy full SHA for 4b1c7e7
src/stdlib_intrinsics.fypp
@@ -104,7 +104,7 @@ module stdlib_intrinsics
104
!!
105
!! compute the dot_product of rank 1 arrays.
106
!! The 1-D base implementation follows a chunked approach for optimizing performance and increasing accuracy.
107
- !! Supported data types include `real` and `complex`.
+ !! Supported data types include `real`, `complex` and `integer`.
108
109
#:for rk, rt, rs in RC_KINDS_TYPES
110
pure module function stdlib_dot_product_${rs}$(a,b) result(p)
0 commit comments