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, add parameters to solve and iterates docstrings. #25

Closed jdmoorman closed 4 years ago

jdmoorman commented 4 years ago

Resolves #15 Resolves #16 Resolves #23