jdmoorman / kaczmarz-algorithms

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

Add tests for iterates.ik to make sure row index is accessible. #11

Closed jdmoorman closed 4 years ago

jdmoorman commented 4 years ago

Resolves #9