jdmoorman / kaczmarz-algorithms

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

Explain parameters of `kaczmarz.Base` everywhere they are available. #23

Closed jdmoorman closed 4 years ago

jdmoorman commented 4 years ago

Currently, kaczmarz.Cyclic.iterates and kaczmarz.Cyclic.solve do not describe their arguments, since they were in a state of flux until now.