Skip to content

Commit 19e2ede

Browse files
perazzjvdp1
andauthored
Update doc/specs/stdlib_linalg.md
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 99ca106 commit 19e2ede

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)