Skip to content

Commit 65d06f7

Browse files
committed
align specs table
1 parent 89f2fa4 commit 65d06f7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/specs/stdlib_linalg.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1587,12 +1587,12 @@ matrix norms are computed over specified dimensions.
15871587

15881588
`order` (optional): Shall be an `integer` value or a `character` flag that specifies the norm type, as follows. It is an `intent(in)` argument.
15891589

1590-
| Integer input | Character Input | Norm type |
1591-
|------------------|---------------------------|---------------------------------------------------------|
1592-
| `1` | `'1'` | 1-norm (maximum column sum) \( \max_j \sum_i{ \left|a_{i,j}\right| } \) |
1593-
| `2` | `'2'` | 2-norm (largest singular value) |
1594-
| (not prov.) | `'Euclidean','Frobenius','Fro'` | Frobenius norm \( \sqrt{\sum_{i,j}{ \left|a_{i,j}\right|^2 }} \) |
1595-
| `huge(0)` | `'inf', 'Inf', 'INF'` | Infinity norm (maximum row sum) \( \max_i \sum_j{ \left|a_{i,j}\right| } \) |
1590+
| Integer input | Character Input | Norm type |
1591+
|------------------|---------------------------------|-----------------------------------------------------------------------------|
1592+
| `1` | `'1'` | 1-norm (maximum column sum) \( \max_j \sum_i{ \left|a_{i,j}\right| } \) |
1593+
| `2` | `'2'` | 2-norm (largest singular value) |
1594+
| (not prov.) | `'Euclidean','Frobenius','Fro'` | Frobenius norm \( \sqrt{\sum_{i,j}{ \left|a_{i,j}\right|^2 }} \) |
1595+
| `huge(0)` | `'inf', 'Inf', 'INF'` | Infinity norm (maximum row sum) \( \max_i \sum_j{ \left|a_{i,j}\right| } \) |
15961596

15971597
`dim` (optional): For arrays of rank > 2, shall be an integer array of size 2 specifying the dimensions over which to compute the matrix norm. Default value is `[1,2]`. It is an `intent(in)` argument.
15981598

0 commit comments

Comments
 (0)