We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18b95af commit 1fb2ba9Copy full SHA for 1fb2ba9
doc/specs/stdlib_linalg.md
@@ -1015,7 +1015,7 @@ The solver is based on LAPACK's `*GEEV` backends.
1015
1016
### Arguments
1017
1018
-`a` : `real` or `complex` square array containing the coefficient matrix. It is normally an `intent(in)` argument.
+`a` : `real` or `complex` square array containing the coefficient matrix. It is an `intent(in)` argument.
1019
1020
`err` (optional): Shall be a `type(linalg_state_type)` value. This is an `intent(out)` argument.
1021
0 commit comments