A review of the Kaczmarz method
The Kaczmarz method is an iterative method for solving linear systems of equations. The Kaczmarz method has been around since it was developed by Kaczmarz 1937. The main idea behind the original Kaczmarz method is to orthogonally project the previous x_k onto the solution space given by a row of the system. The block Kaczmarz on the other hand orthogonally projects the previous x_k onto the soluti
