ASCE


NameASCE JSON
Version 0.0.8 PyPI version JSON
download
home_page
SummaryASCE is a simple program that operates on matrices
upload_time2023-05-03 22:25:47
maintainer
docs_urlNone
authorCZB ASCE GROUP
requires_python
licenseMIT
keywords library
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ASCE is a simple program that operates on matrices. Some of the operations are:add, substract, multiply,triangle_inf, triangle_sup, determinant,trace,inverse... The purpose of this project is to find an algorithm that can multiply matrices with a better time complexity than the normal code(Strassen)
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "ASCE",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "library",
    "author": "CZB ASCE GROUP",
    "author_email": "sandrine.sila@net.usj.edu.lb",
    "download_url": "https://files.pythonhosted.org/packages/50/9c/c537d9e97891db65967984d91da86980bc7799aa351de0a987b73da86587/ASCE-0.0.8.tar.gz",
    "platform": null,
    "description": "ASCE is a simple program that operates on matrices. Some of the operations are:add, substract, multiply,triangle_inf, triangle_sup, determinant,trace,inverse... The purpose of this project is to find an algorithm that can multiply matrices with a better time complexity than the normal code(Strassen)",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "ASCE is a simple program that operates on matrices",
    "version": "0.0.8",
    "project_urls": null,
    "split_keywords": [
        "library"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "509cc537d9e97891db65967984d91da86980bc7799aa351de0a987b73da86587",
                "md5": "d1b88d27290116bcfe9d90d79c1bbcdc",
                "sha256": "74746d4aaaf9c1af03096e82a5a573080a30d8b931b6124348f525baec8d0d9a"
            },
            "downloads": -1,
            "filename": "ASCE-0.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "d1b88d27290116bcfe9d90d79c1bbcdc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4515,
            "upload_time": "2023-05-03T22:25:47",
            "upload_time_iso_8601": "2023-05-03T22:25:47.357897Z",
            "url": "https://files.pythonhosted.org/packages/50/9c/c537d9e97891db65967984d91da86980bc7799aa351de0a987b73da86587/ASCE-0.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-03 22:25:47",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "asce"
}
        
Elapsed time: 0.18909s