pressio-linalg


Namepressio-linalg JSON
Version 0.1.0rc7 PyPI version JSON
download
home_pageNone
SummaryParallel linear algebra library
upload_time2024-04-03 16:41:55
maintainerNone
docs_urlNone
authorNone
requires_python>=3
licenseNone
keywords model reduction scientific computing dense linear algebra parallel computing hyper-reduction hpc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            pressio-linalg: Parallel Linear Algebra
=======================================

This Python library offers basic linear algebra functions that can be implemented in parallel.

Install
-------

pressio-linalg is tested on Python 3.8-3.11.

To install, use the following command:

.. code-block:: bash

  pip install pressio-linalg

With this installation, all kernels are implemented with pure Python calls and calls to MPI. This ensures that all the communication is handled explicitly internally and we do not rely on any external backend.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pressio-linalg",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": null,
    "keywords": "model reduction, scientific computing, dense linear algebra, parallel computing, hyper-reduction, HPC",
    "author": null,
    "author_email": "francesco.rizzi@ng-analytics.com",
    "download_url": "https://files.pythonhosted.org/packages/6d/0d/1afad52a6d0a3c26dd4668be7ddbc06283beb157b3db31cc7b3b66e3e3fb/pressio-linalg-0.1.0rc7.tar.gz",
    "platform": null,
    "description": "pressio-linalg: Parallel Linear Algebra\n=======================================\n\nThis Python library offers basic linear algebra functions that can be implemented in parallel.\n\nInstall\n-------\n\npressio-linalg is tested on Python 3.8-3.11.\n\nTo install, use the following command:\n\n.. code-block:: bash\n\n  pip install pressio-linalg\n\nWith this installation, all kernels are implemented with pure Python calls and calls to MPI. This ensures that all the communication is handled explicitly internally and we do not rely on any external backend.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Parallel linear algebra library",
    "version": "0.1.0rc7",
    "project_urls": null,
    "split_keywords": [
        "model reduction",
        " scientific computing",
        " dense linear algebra",
        " parallel computing",
        " hyper-reduction",
        " hpc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7d003171c43b259572d0af4bb0d3df25b4c5597f78e3a8a21cca1fe278130ce0",
                "md5": "0b48d59a5cb3388e3a64a719a4e46adb",
                "sha256": "e90ef7c617c23f0efdbd696668ca47b66458a59790efbf7d90623a8730e63bfe"
            },
            "downloads": -1,
            "filename": "pressio_linalg-0.1.0rc7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0b48d59a5cb3388e3a64a719a4e46adb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 8598,
            "upload_time": "2024-04-03T16:41:54",
            "upload_time_iso_8601": "2024-04-03T16:41:54.159244Z",
            "url": "https://files.pythonhosted.org/packages/7d/00/3171c43b259572d0af4bb0d3df25b4c5597f78e3a8a21cca1fe278130ce0/pressio_linalg-0.1.0rc7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6d0d1afad52a6d0a3c26dd4668be7ddbc06283beb157b3db31cc7b3b66e3e3fb",
                "md5": "4f81b5452c0734de45488d2dfc4864c6",
                "sha256": "3a7604e6388ab81e4f20a4e0f5372a28d85cfc91e648e3ccc287c5e705fd933a"
            },
            "downloads": -1,
            "filename": "pressio-linalg-0.1.0rc7.tar.gz",
            "has_sig": false,
            "md5_digest": "4f81b5452c0734de45488d2dfc4864c6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 13720,
            "upload_time": "2024-04-03T16:41:55",
            "upload_time_iso_8601": "2024-04-03T16:41:55.483709Z",
            "url": "https://files.pythonhosted.org/packages/6d/0d/1afad52a6d0a3c26dd4668be7ddbc06283beb157b3db31cc7b3b66e3e3fb/pressio-linalg-0.1.0rc7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-03 16:41:55",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pressio-linalg"
}
        
Elapsed time: 0.28621s