Skip to content

Commit f271688

Browse files
committed
drop duplicate descr
1 parent 93b37ff commit f271688

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

doc/specs/stdlib_linalg.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1393,10 +1393,6 @@ 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 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`.
1399-
14001396
### Syntax
14011397

14021398
`x = ` [[stdlib_linalg(module):norm(interface)]] `(a, order, [, dim, err])`

0 commit comments

Comments
 (0)