Skip to content

Commit

Permalink
Update src/helper_functions.jl
Browse files Browse the repository at this point in the history
Co-Authored-By: schillic <[email protected]>
  • Loading branch information
mforets and schillic authored Jan 17, 2019
1 parent 20b5b5a commit ec9f6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helper_functions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ If the result is `false`, this function could not conclude.
### Algorithm
We check whether the
[matrix condition](https://en.wikipedia.org/wiki/Condition_number#Matrices)
[matrix condition number](https://en.wikipedia.org/wiki/Condition_number#Matrices)
`cond(M)` is below some prescribed tolerance.
"""
function isinvertible_sufficient(M::AbstractMatrix; cond_tol::Number=1e6)
Expand Down

0 comments on commit ec9f6bd

Please sign in to comment.