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 dcb5f01 commit 58abf5fCopy full SHA for 58abf5f
src/stdlib_linalg.fypp
@@ -70,7 +70,7 @@ module stdlib_linalg
70
interface outer_product
71
!! version: experimental
72
!!
73
- !! Computes outer product of two vectors, returning a matrix
+ !! Computes the outer product of two vectors, returning a matrix
74
!! ([Specification](../page/specs/stdlib_linalg.html#description_3))
75
#:for k1, t1 in RCI_KINDS_TYPES
76
module function outer_product_${t1[0]}$${k1}$(u, v) result(res)
0 commit comments