blockcg


Nameblockcg JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryPure python implementations of block conjugate gradient methods.
upload_time2025-08-06 20:18:40
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords bf-bcg dp-bcg hs-bcg block conjugate gradient breakdown-free conjugate gradient
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # blockcg
Pure python implementations of block conjugate gradient methods.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "blockcg",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "BF-BCG, DP-BCG, HS-BCG, block conjugate gradient, breakdown-free conjugate gradient",
    "author": null,
    "author_email": "Jonathan Lindbloom <jonathan@lindbloom.com>",
    "download_url": "https://files.pythonhosted.org/packages/5f/44/2ba0ba393c284627a11f92345535263caa16f414a41c1c4662acb7abc75f/blockcg-0.0.1.tar.gz",
    "platform": null,
    "description": "# blockcg\nPure python implementations of block conjugate gradient methods.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Pure python implementations of block conjugate gradient methods.",
    "version": "0.0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/jlindbloom/blockcg/issues",
        "Homepage": "https://github.com/jlindbloom/blockcg"
    },
    "split_keywords": [
        "bf-bcg",
        " dp-bcg",
        " hs-bcg",
        " block conjugate gradient",
        " breakdown-free conjugate gradient"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1dc6171efcdf7a77664fe67d40c6bd5ed27e5356ec37e076d2fe65ba6b540035",
                "md5": "ceee558565fcd232f6ff7b865e2c299c",
                "sha256": "92b3b9c99008293b0cab805231a993c891063dfa8ac3f263ded441429ca5f9dd"
            },
            "downloads": -1,
            "filename": "blockcg-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ceee558565fcd232f6ff7b865e2c299c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 11050,
            "upload_time": "2025-08-06T20:18:39",
            "upload_time_iso_8601": "2025-08-06T20:18:39.297460Z",
            "url": "https://files.pythonhosted.org/packages/1d/c6/171efcdf7a77664fe67d40c6bd5ed27e5356ec37e076d2fe65ba6b540035/blockcg-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5f442ba0ba393c284627a11f92345535263caa16f414a41c1c4662acb7abc75f",
                "md5": "0c7dbf6b6dbc75d89f5216942505ce97",
                "sha256": "4ba9a111e527928d6419c43c9cf3d6efc0f2448ac119b6fa67ab770b12fdba29"
            },
            "downloads": -1,
            "filename": "blockcg-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0c7dbf6b6dbc75d89f5216942505ce97",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 497592,
            "upload_time": "2025-08-06T20:18:40",
            "upload_time_iso_8601": "2025-08-06T20:18:40.777382Z",
            "url": "https://files.pythonhosted.org/packages/5f/44/2ba0ba393c284627a11f92345535263caa16f414a41c1c4662acb7abc75f/blockcg-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-06 20:18:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jlindbloom",
    "github_project": "blockcg",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "blockcg"
}
        
Elapsed time: 0.93262s