Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add relative and absolute tolerance for rank. #29926

Merged
merged 16 commits into from
Dec 6, 2018
Prev Previous commit
Next Next commit
typo
  • Loading branch information
sam0410 committed Nov 10, 2018
commit d9527390420340a73a1358076291f350ffbb8a41
2 changes: 1 addition & 1 deletion stdlib/LinearAlgebra/src/generic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ end

Compute the rank of a matrix by counting how many singular
values of `A` have magnitude greater than `max(atol, rtol*σ₁)` where `σ₁` is
`A`'s largest singular value, `atol` and `rtol` are the absolute and relative
`A`'s largest singular value. `atol` and `rtol` are the absolute and relative
tolerances, respectively.

# Examples
Expand Down