You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/specs/stdlib_linalg.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -620,7 +620,7 @@ allows for more expert control.
620
620
`overwrite_a` (optional): Shall be an input `logical` flag. if `.true.`, input matrix `a` will be used as temporary storage and overwritten. This avoids internal data allocation.
621
621
This is an `intent(in)` argument.
622
622
623
-
`err` (optional): Shall be a `type(linalg_state_type)`return value.
623
+
`err` (optional): Shall be a `type(linalg_state_type)` value. This is an `intent(out)` argument.
0 commit comments