torchorthopolys


Nametorchorthopolys JSON
Version 0.1 PyPI version JSON
download
home_pageNone
SummaryClassic orthonormal polynomials in PyTorch
upload_time2025-10-24 18:46:04
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords pytorch classic orthogonal orthonormal polynomials hermite laguerre jacobi gegenbauer chebyshev legendre
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # `TorchOrthoPolys`

[Classic orthogonal polynomials](https://en.wikipedia.org/wiki/Classical_orthogonal_polynomials) in [PyTorch](https://pytorch.org/). Orthonormal versions are also supported.

- Chebyshev
- Legendre
- Hermite
- Laguerre
- Gegenbauer
- Jacobi

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "torchorthopolys",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "PyTorch, classic, orthogonal, orthonormal, polynomials, Hermite, Laguerre, Jacobi, Gegenbauer, Chebyshev, Legendre",
    "author": null,
    "author_email": "Aleksei G Sorokin <agsorokin3@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/b4/5b/33eb087d3c62a4134c49601d9c415ce840468cc86f786c959c6f4cb46857/torchorthopolys-0.1.tar.gz",
    "platform": null,
    "description": "# `TorchOrthoPolys`\n\n[Classic orthogonal polynomials](https://en.wikipedia.org/wiki/Classical_orthogonal_polynomials) in [PyTorch](https://pytorch.org/). Orthonormal versions are also supported.\n\n- Chebyshev\n- Legendre\n- Hermite\n- Laguerre\n- Gegenbauer\n- Jacobi\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Classic orthonormal polynomials in PyTorch",
    "version": "0.1",
    "project_urls": {
        "Documentation": "https://alegresor.github.io/TorchOrthoPolys/",
        "Issues": "https://github.com/alegresor/TorchOrthoPolys/TorchOrthoPolys",
        "Repository": "https://github.com/alegresor/TorchOrthoPolys"
    },
    "split_keywords": [
        "pytorch",
        " classic",
        " orthogonal",
        " orthonormal",
        " polynomials",
        " hermite",
        " laguerre",
        " jacobi",
        " gegenbauer",
        " chebyshev",
        " legendre"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6af9be113c9e5ba83d7bbdab503798c03e94f52703f6691f5338ba78abc4c3ef",
                "md5": "f0a9db91a46009a50b5d57b75d11915b",
                "sha256": "779e1d9da1219c53d526b08d024589a4b844b1c9d35ebbae11cb30bb3fd4b8c6"
            },
            "downloads": -1,
            "filename": "torchorthopolys-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f0a9db91a46009a50b5d57b75d11915b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 17481,
            "upload_time": "2025-10-24T18:46:03",
            "upload_time_iso_8601": "2025-10-24T18:46:03.022589Z",
            "url": "https://files.pythonhosted.org/packages/6a/f9/be113c9e5ba83d7bbdab503798c03e94f52703f6691f5338ba78abc4c3ef/torchorthopolys-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b45b33eb087d3c62a4134c49601d9c415ce840468cc86f786c959c6f4cb46857",
                "md5": "bd07060f2f259af6cd5b5ba31156b954",
                "sha256": "8cc9627b5afc1acf6de035ac6fd3a31422cee69d3e7328bff51bcb0ac0bed555"
            },
            "downloads": -1,
            "filename": "torchorthopolys-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "bd07060f2f259af6cd5b5ba31156b954",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 16812,
            "upload_time": "2025-10-24T18:46:04",
            "upload_time_iso_8601": "2025-10-24T18:46:04.424536Z",
            "url": "https://files.pythonhosted.org/packages/b4/5b/33eb087d3c62a4134c49601d9c415ce840468cc86f786c959c6f4cb46857/torchorthopolys-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-24 18:46:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "alegresor",
    "github_project": "TorchOrthoPolys",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "torchorthopolys"
}
        
Elapsed time: 1.66073s