Skip to content

Commit 1fb2ba9

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

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
@@ -1015,7 +1015,7 @@ The solver is based on LAPACK's `*GEEV` backends.
10151015

10161016
### Arguments
10171017

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

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

0 commit comments

Comments
 (0)