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 4e772e1 commit b405671Copy full SHA for b405671
doc/specs/stdlib_linalg.md
@@ -1448,7 +1448,7 @@ This `pure subroutine` interface computes one of several vector norms of `real`
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 n-1
1451
-array with the same shape as \(A \) and dimension `dim` collapsed, containing all norms evaluated along `dim`.
+array with the same shape as \(A \) and dimension `dim` dropped, containing all norms evaluated along `dim`.
1452
1453
### Syntax
1454
0 commit comments