Skip to content

Commit e5c1d73

Browse files
committed
Merge branch 'linalg_schur' of github.com:perazz/stdlib into linalg_schur
2 parents 170ed54 + 19e2ede commit e5c1d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_linalg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ This subroutine computes the internal working space requirements for the Schur d
10451045

10461046
- `a`: Shall be a rank-2 `real` or `complex` array containing the matrix to be decomposed. It is an `intent(in)` argument.
10471047

1048-
- `lwork`: Shall be an `integer` scalar that returns the minimum array size required for the working storage in [[stdlib_linalg(module):schur(interface)]] to decompose `a`.
1048+
- `lwork`: Shall be an `integer` scalar that returns the minimum array size required for the working storage in [[stdlib_linalg(module):schur(interface)]] to decompose `a`. It is an `intent(out)` argument.
10491049

10501050
- `err` (optional): Shall be a `type(linalg_state_type)` value. It is an `intent(out)` argument.
10511051

0 commit comments

Comments
 (0)