Skip to content

Commit 2e68ac0

Browse files
Update doc/specs/stdlib_linalg.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent bfd9b12 commit 2e68ac0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/specs/stdlib_linalg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ Expert (`Pure`) interface:
806806

807807
### Arguments
808808

809-
`a`: Shall be a rank-2 `real` or `complex` square array containing the coefficient matrix. It is normally an `intent(in)` argument. If `overwrite_a=.true.`, it is an `intent(inout)` argument and is destroyed by the call.
809+
`a`: Shall be a rank-2 `real` or `complex` square array containing the coefficient matrix. It is an `intent(inout)` argument. By default (`overwrite_a=.false.`) its contents are preserved; if `overwrite_a=.true.`, it is used as temporary storage and its contents are destroyed by the call.
810810

811811
`b`: Shall be a rank-1 or rank-2 array of the same kind as `a`, containing the right-hand-side vector(s). It is an `intent(in)` argument.
812812

0 commit comments

Comments
 (0)