Metadata-Version: 2.4
Name: aa4py
Version: 1.0.0
Summary: Python software for solving fixed point problems using Anderson Acceleration
Author-email: Samar Khatiwala <samkat6@gmail.com>, Jamie Carr <jammehcarr@gmail.com>
Project-URL: Homepage, https://github.com/samarkhatiwala/AndersonAcceleration/python/aa4py
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy>=2.0.2
Requires-Dist: scipy
Requires-Dist: pyioutils
Dynamic: license-file

This repository contains Python software for solving fixed point problems using Anderson Acceleration. You can install it with `pip install aa4py`. See the [main](https://github.com/samarkhatiwala/AndersonAcceleration) GitHib page for more detailed information on installation and usage.

**IMPORTANT**: Please do NOT post this code on your own github or other website. See LICENSE.txt for licensing information.

Feel free to email if you have any questions: <samkat6@gmail.com>
