jdmoorman / kaczmarz-algorithms

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

Deprecate row_norms_squared argument throughout. #17

Closed jdmoorman closed 4 years ago

jdmoorman commented 4 years ago

This argument is no longer needed now that selection rules inherit from the iteration class kaczmarz.Base.

jdmoorman commented 4 years ago

Done in #21