Skip to content

Commit 706ea1c

Browse files
perazzjvdp1
andauthored
Update doc/specs/stdlib_linalg.md
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 65d06f7 commit 706ea1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_linalg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1583,7 +1583,7 @@ matrix norms are computed over specified dimensions.
15831583

15841584
### Arguments
15851585

1586-
`a`: Shall be a rank-n `real` or `complex` array containing the data, where n ³ 2. It is an `intent(in)` argument.
1586+
`a`: Shall be a rank-n `real` or `complex` array containing the data, where n >= 2. It is an `intent(in)` argument.
15871587

15881588
`order` (optional): Shall be an `integer` value or a `character` flag that specifies the norm type, as follows. It is an `intent(in)` argument.
15891589

0 commit comments

Comments
 (0)