Welcome to Kaczmarz Algorithms’s documentation!

Kaczmarz Algorithms

PyPI Version Supported Python Versions Build Status Code Coverage Code style: black DOI

Variants of the Kaczmarz algorithm for solving linear systems in Python.


Installation

To install Kaczmarz Algorithms, run this command in your terminal:

$ pip install -U kaczmarz-algorithms

This is the preferred method to install Kaczmarz Algorithms, as it will always install the most recent stable release.

If you don’t have pip installed, these installation instructions can guide you through the process.

Usage

>>> 10
10

Citing

If you use our code in an academic setting, please consider citing our code. You can find the appropriate DOI for whichever version you are using on zenodo.org.

Development

See CONTRIBUTING.md for information related to developing the code.

Indices and tables