matMulti


NamematMulti JSON
Version 0.0.5 PyPI version JSON
download
home_pagehttps://github.com/SajalDasShovon/Own-Simple-Python-Package
SummaryA package to multiply two matrix of any dimensions
upload_time2024-04-29 15:56:34
maintainerNone
docs_urlNone
authorSajal Das Shovon
requires_pythonNone
licenseMIT
keywords matrixmultiplier
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
********* MatrixMultiplier Package  **********

This package provides a simple and efficient way to multiply two matrices of any dimensions. 
Whether you're dealing with small matrices or large ones, this package offers a reliable 
solution to perform matrix multiplication with ease.

1. Installation:

```
pip install matMulti
```

2. Generate multiplication result:

```
from matMulti import product 
```


Features
--Supports matrix multiplication of any dimensions.
--Efficient algorithm implementation for fast computation.
--Works with Python 3.

download here https://github.com/SajalDasShovon/Own-Simple-Python-Package



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/SajalDasShovon/Own-Simple-Python-Package",
    "name": "matMulti",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "matrixMultiplier",
    "author": "Sajal Das Shovon",
    "author_email": "shovon030cse.kuet@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/25/7b/c22c513cee8d3f6253db296c26ee050b0fb68a9fb412b274809b30da455e/matMulti-0.0.5.tar.gz",
    "platform": null,
    "description": "\n********* MatrixMultiplier Package  **********\n\nThis package provides a simple and efficient way to multiply two matrices of any dimensions. \nWhether you're dealing with small matrices or large ones, this package offers a reliable \nsolution to perform matrix multiplication with ease.\n\n1. Installation:\n\n```\npip install matMulti\n```\n\n2. Generate multiplication result:\n\n```\nfrom matMulti import product \n```\n\n\nFeatures\n--Supports matrix multiplication of any dimensions.\n--Efficient algorithm implementation for fast computation.\n--Works with Python 3.\n\ndownload here https://github.com/SajalDasShovon/Own-Simple-Python-Package\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A package to multiply two matrix of any dimensions",
    "version": "0.0.5",
    "project_urls": {
        "Homepage": "https://github.com/SajalDasShovon/Own-Simple-Python-Package"
    },
    "split_keywords": [
        "matrixmultiplier"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c0bcccb63e042f48b1a124f54bcb5a6170e663341b583ba844dfc7cb5e727f3a",
                "md5": "0a4b5f0ebe0870460bb84e2a2302d0b5",
                "sha256": "f6c6ac036a33883994af02f84e5236655c3a3450e8249314a820ae2a40ab4e4b"
            },
            "downloads": -1,
            "filename": "matMulti-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0a4b5f0ebe0870460bb84e2a2302d0b5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3133,
            "upload_time": "2024-04-29T15:56:33",
            "upload_time_iso_8601": "2024-04-29T15:56:33.249237Z",
            "url": "https://files.pythonhosted.org/packages/c0/bc/ccb63e042f48b1a124f54bcb5a6170e663341b583ba844dfc7cb5e727f3a/matMulti-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "257bc22c513cee8d3f6253db296c26ee050b0fb68a9fb412b274809b30da455e",
                "md5": "cfdf4e1434e8e459b4eb8753de5093bb",
                "sha256": "69ec7c86a0e9c6336d54115a169b863e049cbe35e8d54a69b1a564818ac05864"
            },
            "downloads": -1,
            "filename": "matMulti-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "cfdf4e1434e8e459b4eb8753de5093bb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2525,
            "upload_time": "2024-04-29T15:56:34",
            "upload_time_iso_8601": "2024-04-29T15:56:34.997066Z",
            "url": "https://files.pythonhosted.org/packages/25/7b/c22c513cee8d3f6253db296c26ee050b0fb68a9fb412b274809b30da455e/matMulti-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-29 15:56:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SajalDasShovon",
    "github_project": "Own-Simple-Python-Package",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "matmulti"
}
        
Elapsed time: 0.30450s