Skip to content

Commit dafa081

Browse files
committed
fix comment
1 parent 90f553f commit dafa081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/specs/stdlib_linalg.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -618,9 +618,9 @@ Result vector `x` returns the approximate solution that minimizes the 2-norm \(
618618

619619
### Arguments
620620

621-
`a`: Shall be a rank-2 square array containing the coefficient matrix. It is an `intent(inout)` argument.
621+
`a`: Shall be a rank-2 `real` or `complex` array containing the coefficient matrix. It is an `intent(inout)` argument.
622622

623-
`b`: Shall be a rank-1 array containing the right-hand-side vector. It is an `intent(in)` argument.
623+
`b`: Shall be a rank-1 array of the same kind as `a`, containing the right-hand-side vector. It is an `intent(in)` argument.
624624

625625
`cond` (optional): Shall be a scalar `real` value cut-off threshold for rank evaluation: `s_i >= cond*maxval(s), i=1:rank`. Shall be a scalar, `intent(in)` argument.
626626

0 commit comments

Comments
 (0)