Metadata-Version: 2.4
Name: torchorthopolys
Version: 0.2
Summary: Classic orthonormal polynomials in PyTorch
Keywords: PyTorch,classic,orthogonal,orthonormal,polynomials,Hermite,Laguerre,Jacobi,Gegenbauer,Chebyshev,Legendre
Author-Email: Aleksei G Sorokin <agsorokin3@gmail.com>
License-Expression: GPL-3.0
Project-URL: Documentation, https://alegresor.github.io/TorchOrthoPolys/
Project-URL: Repository, https://github.com/alegresor/TorchOrthoPolys
Project-URL: Issues, https://github.com/alegresor/TorchOrthoPolys/TorchOrthoPolys
Requires-Python: >=3.7
Requires-Dist: torch>=2.0.0
Requires-Dist: numpy>=1.17.0
Requires-Dist: scipy>=1.13.0
Provides-Extra: dev
Requires-Dist: pytest>=8.3.5; extra == "dev"
Requires-Dist: nbval>=0.10.0; extra == "dev"
Requires-Dist: matplotlib>=3.9.0; extra == "dev"
Requires-Dist: mkdocs>=1.5.0; extra == "dev"
Requires-Dist: mkdocs-material>=9.6.12; extra == "dev"
Requires-Dist: mkdocstrings-python>=1.16.0; extra == "dev"
Requires-Dist: pylint>=3.0; extra == "dev"
Requires-Dist: graphviz>=0.20.0; extra == "dev"
Provides-Extra: superdev
Requires-Dist: torchorthopolys[dev]; extra == "superdev"
Requires-Dist: pytest-accept>=0.1.12; extra == "superdev"
Description-Content-Type: text/markdown

# Orthonormal Polynomials in PyTorch

[![Docs](https://github.com/alegresor/TorchOrthoPolys/actions/workflows/docs.yml/badge.svg?branch=main)](https://alegresor.github.io/TorchOrthoPolys/)
[![Tests](https://github.com/alegresor/TorchOrthoPolys/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/alegresor/TorchOrthoPolys/actions/workflows/tests.yml)

```bash
pip install torchorthopolys
```
