slacg


Nameslacg JSON
Version 0.0.6 PyPI version JSON
download
home_pageNone
SummarySparse Linear Algebra Code Generation
upload_time2024-12-07 16:55:59
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # slacg
SLACG is a library for Sparse Linear Algebra Code Generation.
The user is expected to provide some numpy matrices representing desired sparsity patterns,
and SLACG generates C++ code implementing useful operations for matrices with matching sparsity.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "slacg",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Joao Sousa-Pinto <joaospinto@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/a9/20/f36829be14222622b6b0f5cdb973674ae1d382260f7e34dad0c839b3e50c/slacg-0.0.6.tar.gz",
    "platform": null,
    "description": "# slacg\nSLACG is a library for Sparse Linear Algebra Code Generation.\nThe user is expected to provide some numpy matrices representing desired sparsity patterns,\nand SLACG generates C++ code implementing useful operations for matrices with matching sparsity.\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Sparse Linear Algebra Code Generation",
    "version": "0.0.6",
    "project_urls": {
        "Homepage": "https://github.com/joaospinto/slacg",
        "Issues": "https://github.com/joaospinto/slacg/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "800abe15824cfc002d1b83de844016a6eacab427518b7f5dbfb9a0a71e2dd5d8",
                "md5": "3f554a6954e8d2ad8e2ec3866037bf05",
                "sha256": "a98b51570bce7e4856599e95a2646a3196f2e4e110ff300ea0fef86b2af8ec82"
            },
            "downloads": -1,
            "filename": "slacg-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3f554a6954e8d2ad8e2ec3866037bf05",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 9136,
            "upload_time": "2024-12-07T16:55:58",
            "upload_time_iso_8601": "2024-12-07T16:55:58.210903Z",
            "url": "https://files.pythonhosted.org/packages/80/0a/be15824cfc002d1b83de844016a6eacab427518b7f5dbfb9a0a71e2dd5d8/slacg-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a920f36829be14222622b6b0f5cdb973674ae1d382260f7e34dad0c839b3e50c",
                "md5": "12a9460a2072f327ed9ede2c85a9ee15",
                "sha256": "f0ce0af02d300df297b36929c59a4946ae246618d15b06fc35ff99a05e75013b"
            },
            "downloads": -1,
            "filename": "slacg-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "12a9460a2072f327ed9ede2c85a9ee15",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 6928,
            "upload_time": "2024-12-07T16:55:59",
            "upload_time_iso_8601": "2024-12-07T16:55:59.209265Z",
            "url": "https://files.pythonhosted.org/packages/a9/20/f36829be14222622b6b0f5cdb973674ae1d382260f7e34dad0c839b3e50c/slacg-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-07 16:55:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "joaospinto",
    "github_project": "slacg",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "slacg"
}
        
Elapsed time: 0.39058s