Metadata-Version: 2.1
Name: numerical_function_spaces
Version: 0.4.0
Summary: An attempt to numerically study the geometry of the Orlicz function spaces
License: MIT
Author: Adam Bohonos
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: matplotlib (>=3.9.2,<4.0.0)
Requires-Dist: numpy (>=2.0.1,<3.0.0)
Requires-Dist: tqdm (>=4.66.5,<5.0.0)
Description-Content-Type: text/markdown

# numerical_function_spaces

An attempt to numerically study the geometry of the Orlicz function spaces

## Installation

```bash
$ pip install numerical_function_spaces
```
or 
```bash
git clone https://github.com/DyonOylloug/numerical_function_spaces
cd numerical_function_spaces
pip install .
```

## Usage
- Online documentation on [readthedocs.](https://numerical-function-spaces.readthedocs.io/en/latest/index.html)

## Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`numerical_function_spaces` was created by Adam Bohonos. It is licensed under the terms of the MIT license.

## Credits

`numerical_function_spaces` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

