Skip to content

Commit

Permalink
drop duplicate descr
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz committed Sep 23, 2024
1 parent 93b37ff commit f271688
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions doc/specs/stdlib_linalg.md
Original file line number Diff line number Diff line change
Expand Up @@ -1393,10 +1393,6 @@ Experimental
This function computes one of several vector norms of `real` or `complex` array \( A \), depending on
the value of the `order` input argument. \( A \) may be an array of any rank.

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

### Syntax

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

0 comments on commit f271688

Please sign in to comment.