We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe23d1e commit 7ad3ea8Copy full SHA for 7ad3ea8
doc/specs/stdlib_linalg.md
@@ -1423,7 +1423,7 @@ containing all norms evaluated along `dim`.
1423
1424
By default, the return value `x` is a scalar, and contains the norm as evaluated over all elements of the generic-rank array \( A \).
1425
If the optional `dim` argument is present, `x` is a rank `n-1` array with the same shape as \( A \) except
1426
-for dimension `dim`, that is collapsed. Each element of `x` contains the 1D norm of the elements of \( A \),
+for dimension `dim`, that is dropped. Each element of `x` contains the 1D norm of the elements of \( A \),
1427
evaluated along dimension `dim` only.
1428
1429
Raises `LINALG_ERROR` if the requested norm type is invalid.
0 commit comments