Skip to content

Commit 6aac9ca

Browse files
ghbrownjvdp1
andauthored
matix -> rank-2 array in specs docs
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent bdc0ed4 commit 6aac9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_linalg.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ module stdlib_linalg
7070
interface outer_product
7171
!! version: experimental
7272
!!
73-
!! Computes the outer product of two vectors, returning a matrix
73+
!! Computes the outer product of two vectors, returning a rank-2 array
7474
!! ([Specification](../page/specs/stdlib_linalg.html#description_3))
7575
#:for k1, t1 in RCI_KINDS_TYPES
7676
module function outer_product_${t1[0]}$${k1}$(u, v) result(res)

0 commit comments

Comments
 (0)