Skip to content

Commit 41f502e

Browse files
perazzjvdp1
andauthored
Update doc/specs/stdlib_linalg.md
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 63006d2 commit 41f502e

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
@@ -1050,7 +1050,7 @@ If `inva` is not provided, it is an `intent(inout)` argument: on output, it is r
10501050
`inva` (optional): Shall be a rank-2, square, `real` or `complex` array with the same size, and kind as `a`.
10511051
On output, it contains the inverse of `a`.
10521052

1053-
`pivot` (optional): Shall be a rank-1 array of the same kind and matrix dimension as `a`, providing storage for the diagonal pivot indices. It is an `intent(inout)` arguments, and returns the diagonal pivot indices.
1053+
`pivot` (optional): Shall be a rank-1 array of the same kind and matrix dimension as `a`, that contains the diagonal pivot indices on return. It is an `intent(inout)` argument.
10541054

10551055
`err` (optional): Shall be a `type(linalg_state_type)` value. This is an `intent(out)` argument.
10561056

0 commit comments

Comments
 (0)