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 7ad3ea8 commit 4e772e1Copy full SHA for 4e772e1
doc/specs/stdlib_linalg.md
@@ -1447,7 +1447,7 @@ Experimental
1447
This `pure subroutine` interface computes one of several vector norms of `real` or `complex` array \( A \), depending on
1448
the value of the `order` input argument. \( A \) may be an array of any rank.
1449
1450
-Result `nrm` returns a `real`, scalar norm value for the whole array; if `dim` is specified, `nrm` is a rank-1
+Result `nrm` returns a `real`, scalar norm value for the whole array; if `dim` is specified, `nrm` is a rank n-1
1451
array with the same shape as \(A \) and dimension `dim` collapsed, containing all norms evaluated along `dim`.
1452
1453
### Syntax
0 commit comments