jdmoorman / kaczmarz-algorithms

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

Ordered cyclic #47

Closed EphesosX closed 3 years ago

EphesosX commented 3 years ago

Add an argument to the cyclic algorithm to specify the order in which rows should be projected onto.