pyftt


Namepyftt JSON
Version 0.0.1 PyPI version JSON
download
home_page
Summarysparse-array partial tracing
upload_time2023-03-19 00:30:03
maintainer
docs_urlNone
authorJulio Candanedo
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Fast Tensor Trace

Julio Candanedo

The Fast-Tensor-Trace algorthim is implemented here in pure python (+numpy with no other dependecies).
The purpose is to trace two multidimensional sparse-arrays (arrays with mostly 0s) similar to 
numpy.einsum function for dense (regular) numpy.arrays.

Main Aspects of the Code are:
1. sparse-array class defintion
2. the ftt function




            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pyftt",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Julio Candanedo",
    "author_email": "juliojcandanedo@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/fc/2c/912e1cfc3799d695e5dd4a314931bbbe59d57c649d4a36fa5af9e7c8c02a/pyftt-0.0.1.tar.gz",
    "platform": null,
    "description": "Fast Tensor Trace\n\nJulio Candanedo\n\nThe Fast-Tensor-Trace algorthim is implemented here in pure python (+numpy with no other dependecies).\nThe purpose is to trace two multidimensional sparse-arrays (arrays with mostly 0s) similar to \nnumpy.einsum function for dense (regular) numpy.arrays.\n\nMain Aspects of the Code are:\n1. sparse-array class defintion\n2. the ftt function\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "sparse-array partial tracing",
    "version": "0.0.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d4dcd58ded7a158e496f94c22d4269bf71e564e15022a78cfb50bee27f664de",
                "md5": "e439fd4c289a3d54b20b568c3d0ee830",
                "sha256": "1db92a528060872c86f1e28c476eba424455293bba000e1bb9bf0d770c69d9cc"
            },
            "downloads": -1,
            "filename": "pyftt-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e439fd4c289a3d54b20b568c3d0ee830",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7778,
            "upload_time": "2023-03-19T00:30:01",
            "upload_time_iso_8601": "2023-03-19T00:30:01.401472Z",
            "url": "https://files.pythonhosted.org/packages/2d/4d/cd58ded7a158e496f94c22d4269bf71e564e15022a78cfb50bee27f664de/pyftt-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc2c912e1cfc3799d695e5dd4a314931bbbe59d57c649d4a36fa5af9e7c8c02a",
                "md5": "91c36de69f376842864cc9154ee1efc9",
                "sha256": "872e59b925e2ba486283c30a44a565a53ffc9feb47ba15085c8902ae967dc0dc"
            },
            "downloads": -1,
            "filename": "pyftt-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "91c36de69f376842864cc9154ee1efc9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6813,
            "upload_time": "2023-03-19T00:30:03",
            "upload_time_iso_8601": "2023-03-19T00:30:03.816062Z",
            "url": "https://files.pythonhosted.org/packages/fc/2c/912e1cfc3799d695e5dd4a314931bbbe59d57c649d4a36fa5af9e7c8c02a/pyftt-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-19 00:30:03",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "pyftt"
}
        
Elapsed time: 0.17608s