jdmoorman / kaczmarz-algorithms

Variants of the Kaczmarz algorithm for solving linear systems in Python.
MIT License
10 stars 5 forks source link

Explain `maxiter` and `tol` in usage section. #16

Closed jdmoorman closed 4 years ago

jdmoorman commented 4 years ago

These are the last important arguments to the base selection strategy.