JuliaLinearAlgebra / IterativeSolvers.jl

Iterative algorithms for solving linear systems, eigensystems, and singular value problems
MIT License
403 stars 106 forks source link

Outdated documentation respect to new tolerance keywords #311

Open sayeg84 opened 2 years ago

sayeg84 commented 2 years ago

In the Getting Started section of the documentation, the tol keyword argument is mentioned for solvers. However, trying to run makes an error rise. new keyword arguments are reltol and abstol.