File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1393,8 +1393,9 @@ Experimental
1393
1393
This function computes one of several vector norms of ` real ` or ` complex ` array \( A \) , depending on
1394
1394
the value of the ` order ` input argument. \( A \) may be an array of any rank.
1395
1395
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 ` .
1398
1399
1399
1400
### Syntax
1400
1401
You can’t perform that action at this time.
0 commit comments