Skip to content

Commit fe23d1e

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/specs/stdlib_linalg.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1393,8 +1393,9 @@ Experimental
13931393
This function computes one of several vector norms of `real` or `complex` array \( A \), depending on
13941394
the value of the `order` input argument. \( A \) may be an array of any rank.
13951395

1396-
Result `x` returns a `real`, scalar norm value for the whole array; if `dim` is specified, `x` is a rank-1
1397-
array with the same shape as \(A \) and dimension `dim` collapsed, containing all norms evaluated along `dim`.
1396+
Result `x` returns a `real` scalar norm value for the whole array; if `dim` is specified, `x` is an array of rank n-1,
1397+
where n equals the rank of ARRAY, and a shape similar to that of \( A \) with dimension `dim` dropped,
1398+
containing all norms evaluated along `dim`.
13981399

13991400
### Syntax
14001401

0 commit comments

Comments
 (0)