/sacapoche

Sample implementation of the Raghavendra-Fliege linear systems solver

Primary LanguagePython

This repository hosts sample code implementing the Raghavendra-Fliege algorithm for solving linear systems.

Available code

The code is grouped into directories according to the implementation language. All example programs run two tests in sequence: solve a linear system Ax = b with A the identiy matrix, and solve a linear system where A is a random matrix with coefficients drawn uniformly from an interval.

References