From 706ea1c1b9719a34d83c1c2f7d3acf07083a210f Mon Sep 17 00:00:00 2001 From: Federico Perini Date: Mon, 18 Nov 2024 09:20:53 +0100 Subject: [PATCH] Update doc/specs/stdlib_linalg.md Co-authored-by: Jeremie Vandenplas --- doc/specs/stdlib_linalg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/specs/stdlib_linalg.md b/doc/specs/stdlib_linalg.md index f9284f587..b7d00e828 100644 --- a/doc/specs/stdlib_linalg.md +++ b/doc/specs/stdlib_linalg.md @@ -1583,7 +1583,7 @@ matrix norms are computed over specified dimensions. ### Arguments -`a`: Shall be a rank-n `real` or `complex` array containing the data, where n ³ 2. It is an `intent(in)` argument. +`a`: Shall be a rank-n `real` or `complex` array containing the data, where n >= 2. It is an `intent(in)` argument. `order` (optional): Shall be an `integer` value or a `character` flag that specifies the norm type, as follows. It is an `intent(in)` argument.