Skip to content

Commit f5303bf

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

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

10561056
### Arguments
10571057

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

10601060
`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

0 commit comments

Comments
 (0)