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
13931393This function computes one of several vector norms of ` real ` or ` complex ` array \( A \) , depending on
13941394the 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
You can’t perform that action at this time.
0 commit comments