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 bdc0ed4 commit 6aac9caCopy full SHA for 6aac9ca
src/stdlib_linalg.fypp
@@ -70,7 +70,7 @@ module stdlib_linalg
70
interface outer_product
71
!! version: experimental
72
!!
73
- !! Computes the outer product of two vectors, returning a matrix
+ !! Computes the outer product of two vectors, returning a rank-2 array
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