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 65d06f7 commit 706ea1cCopy full SHA for 706ea1c
doc/specs/stdlib_linalg.md
@@ -1583,7 +1583,7 @@ matrix norms are computed over specified dimensions.
1583
1584
### Arguments
1585
1586
-`a`: Shall be a rank-n `real` or `complex` array containing the data, where n ³ 2. It is an `intent(in)` argument.
+`a`: Shall be a rank-n `real` or `complex` array containing the data, where n >= 2. It is an `intent(in)` argument.
1587
1588
`order` (optional): Shall be an `integer` value or a `character` flag that specifies the norm type, as follows. It is an `intent(in)` argument.
1589
0 commit comments