We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ec7da commit f52d57aCopy full SHA for f52d57a
src/stdlib_linalg.fypp
@@ -1342,7 +1342,7 @@ module stdlib_linalg
1342
!! Supported data types include `real` and `complex`.
1343
!! Input arrays must have rank >= 2.
1344
!!
1345
- !! Norm type input is mandatory, and it is provided via the `order` argument.
+ !! Norm type input is optional, and it is provided via the `order` argument.
1346
!! This can be provided as either an `integer` value or a `character` string.
1347
!! Allowed metrics are:
1348
!! - 1-norm: `order` = 1 or '1'
0 commit comments