Skip to content

Commit 66f1f17

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

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
@@ -1057,7 +1057,7 @@ The solver is based on LAPACK's `*SYEV` and `*HEEV` backends.
10571057

10581058
`a` : `real` or `complex` square array containing the coefficient matrix. It is an `intent(in)` argument.
10591059

1060-
`upper_a` (optional): Shall be an input logical flag. if `.true.`, the upper triangular part of `a` will be used accessed. Otherwise, the lower triangular part will be accessed (default). It is an `intent(in)` argument.
1060+
`upper_a` (optional): Shall be an input logical flag. If `.true.`, the upper triangular part of `a` will be used accessed. Otherwise, the lower triangular part will be accessed (default). It is an `intent(in)` argument.
10611061

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

0 commit comments

Comments
 (0)